Skip to content

Commit

Permalink
Fix a typo in the comment. (#2866)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
easwars committed Jun 12, 2019
1 parent cd89eaf commit 684ef04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/end2end_test.go
Expand Up @@ -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() {
Expand Down

0 comments on commit 684ef04

Please sign in to comment.