Skip to content

Commit

Permalink
fix: grpc test package (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed Jul 24, 2023
1 parent e147ff6 commit 607f902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/grpc/balancer/p2c/least_loaded_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ import (
"github.com/stretchr/testify/assert"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
testpb "google.golang.org/grpc/interop/grpc_testing"
"google.golang.org/grpc/peer"
"google.golang.org/grpc/resolver"
"google.golang.org/grpc/resolver/manual"
"google.golang.org/grpc/status"
testpb "google.golang.org/grpc/test/grpc_testing"
)

type testServer struct {
Expand Down

0 comments on commit 607f902

Please sign in to comment.