Skip to content

Commit d76d0fa

Browse files
committed
Fix reflecton tests
1 parent 99e5904 commit d76d0fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reflection/test/serverreflection_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,9 +605,9 @@ func testFileContainingSymbol(t *testing.T, stream v1reflectiongrpc.ServerReflec
605605

606606
func testFileContainingSymbolError(t *testing.T, stream v1reflectiongrpc.ServerReflection_ServerReflectionInfoClient) {
607607
for _, test := range []string{
608-
"grpc.testing.SearchService",
608+
"grpc.testing.SearchService_",
609609
"grpc.testing.SearchService.SearchE",
610-
"grpc.testing.SearchResponse",
610+
"grpc.testing_.SearchResponse",
611611
"gpc.testing.ToBeExtended",
612612
} {
613613
if err := stream.Send(&v1reflectionpb.ServerReflectionRequest{

0 commit comments

Comments
 (0)