Skip to content

Commit

Permalink
fixup! replace "grpc call" with rpc in docs and error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
fho committed Oct 30, 2023
1 parent cb549f2 commit 8354300
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 @@ -220,7 +220,7 @@ func (s) TestGracefulStopClosesConnAfterLastStream(t *testing.T) {

func (s) TestGracefulStopBlocksUntilGRPCConnectionsTerminate(t *testing.T) {
// This tests ensures that GracefulStop() blocks until all ongoing
// RPC calls finished.
// RPCs finished.
unblockGRPCCall := make(chan struct{})
grpcCallExecuting := make(chan struct{})
ss := &stubserver.StubServer{
Expand Down

0 comments on commit 8354300

Please sign in to comment.