Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Apr 28, 2018
1 parent ff3d36b commit 3b31d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ func TestGETPlayers(t *testing.T) {

server.ServeHTTP(response, request)

assertStatus(t, res.Code, http.StatusOK)
assertStatus(t, response.Code, http.StatusOK)
assertResponseBody(t, response.Body.String(), "10")
})

Expand Down

0 comments on commit 3b31d24

Please sign in to comment.