Skip to content

Commit

Permalink
Moving the intialization of S field into the stubserver
Browse files Browse the repository at this point in the history
  • Loading branch information
pvsravani committed Dec 17, 2024
1 parent 3d059c2 commit a623c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gracefulstop_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ func (s) TestGracefulStop(t *testing.T) {
}
return stream.Send(&testpb.StreamingOutputCallResponse{})
},
S: grpc.NewServer(),
}
ss.S = grpc.NewServer()
stubserver.StartTestService(t, ss)

// 1. Start Server
Expand Down

0 comments on commit a623c8a

Please sign in to comment.