Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawaha authored Dec 19, 2019
1 parent 2490c72 commit cc6d6dd
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 @@ -49,7 +49,7 @@ func TestCalcsrvc_Add(t *testing.T) {
var logger log.Logger
checker.Mount(server.NewAddHandler, server.MountAddHandler, calc.NewAddEndpoint(NewCalc(&logger)))

// see. https://github.com/ivpusic/httpcheck
// see. https://github.com/ikawaha/httpcheck
checker.Test(t, http.MethodGet, "/add/1/2").
Check().
HasStatus(http.StatusOK).
Expand Down

0 comments on commit cc6d6dd

Please sign in to comment.