From 684ef046099f3f1c4b1fe762e5826a2f7bc6e27f Mon Sep 17 00:00:00 2001 From: Easwar Swaminathan Date: Wed, 12 Jun 2019 15:56:39 -0700 Subject: [PATCH] Fix a typo in the comment. (#2866) I was trying to run this test and I had copied the name of the function from the comment, and it took a good while to figure out why `go test -run` was returning `testing: warning: no tests to run`. --- test/end2end_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/end2end_test.go b/test/end2end_test.go index b78ff27338d..f6549e79a40 100644 --- a/test/end2end_test.go +++ b/test/end2end_test.go @@ -3535,7 +3535,7 @@ func testMultipleSetHeaderStreamingRPCError(t *testing.T, e env) { } } -// TestMalformedHTTP2Metedata verfies the returned error when the client +// TestMalformedHTTP2Metadata verfies the returned error when the client // sends an illegal metadata. func (s) TestMalformedHTTP2Metadata(t *testing.T) { for _, e := range listTestEnv() {