Skip to content

Commit

Permalink
Fix typo in last commit (faea0a9)
Browse files Browse the repository at this point in the history
I forgot to stage the correction before pushing, whoops.
tmthrgd committed Dec 2, 2017
1 parent faea0a9 commit cf219cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gzip_test.go
Original file line number Diff line number Diff line change
@@ -138,7 +138,7 @@ func TestGzipHandlerContentLength(t *testing.T) {

// TODO: in go1.9 (*httptest.Server).Client was
// introduced. This should be used once go1.8 is
// not longer supported.
// no longer supported.
res, err := http.DefaultClient.Do(req)
require.NoError(t, err, "Unexpected error making http request")
defer res.Body.Close()

0 comments on commit cf219cb

Please sign in to comment.