Skip to content

Commit a21fcc4

Browse files
committed
add test for unary RPC
1 parent ad4ce90 commit a21fcc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/end2end_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3817,7 +3817,7 @@ func (s) TestUnaryRPC_ServerSendsOnlyTrailersWithOK(t *testing.T) {
38173817
}
38183818

38193819
// Tests for a successful unary RPC, client will receive io.EOF for second call to RecvMsg().
3820-
func (s) TestUnaryCall_ClientCallRecvMsgTwice(t *testing.T) {
3820+
func (s) TestUnaryRPC_ClientCallRecvMsgTwice(t *testing.T) {
38213821
e := tcpTLSEnv
38223822
te := newTest(t, e)
38233823
defer te.tearDown()

0 commit comments

Comments
 (0)