File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,9 @@ import (
2626 "google.golang.org/grpc/codes"
2727 "google.golang.org/grpc/internal/grpctest"
2828 "google.golang.org/grpc/internal/stubserver"
29- "google.golang.org/grpc/interop/grpc_testing"
3029 "google.golang.org/grpc/status"
30+
31+ testgrpc "google.golang.org/grpc/interop/grpc_testing"
3132)
3233
3334const defaultTestTimeout = 10 * time .Second
@@ -42,7 +43,7 @@ func Test(t *testing.T) {
4243
4344func (s ) TestStream_Header_TrailersOnly (t * testing.T ) {
4445 ss := stubserver.StubServer {
45- FullDuplexCallF : func (stream grpc_testing .TestService_FullDuplexCallServer ) error {
46+ FullDuplexCallF : func (stream testgrpc .TestService_FullDuplexCallServer ) error {
4647 return status .Errorf (codes .NotFound , "a test error" )
4748 },
4849 }
You can’t perform that action at this time.
0 commit comments