Skip to content

Commit

Permalink
Update README.md (#115)
Browse files Browse the repository at this point in the history
Sorry, OCD had me itching
  • Loading branch information
de-perotti authored Sep 8, 2021
1 parent d8656ec commit 855574b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func TestApi(t *testing.T) {
Patch("/hello").
Expect(t).
Status(http.StatusOK).
Cookies(apitest.Cookie"ABC").Value("12345")).
Cookies(apitest.Cookie("ABC").Value("12345")).
CookiePresent("Session-Token").
CookieNotPresent("XXX").
Cookies(
Expand Down

0 comments on commit 855574b

Please sign in to comment.