Skip to content

Commit

Permalink
doc: update faucet test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelVallenet committed Aug 4, 2024
1 parent 2e18526 commit 15c615e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faucet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func TestFaucet_NewFaucet(t *testing.T) {

// Make sure the handler was set
routes := f.mux.Routes()
require.Len(t, routes, len(handlers)+2) // base "/" & "/healthcheck" handlers as well
require.Len(t, routes, len(handlers)+2) // base "/" & "/health" handlers as well

assert.Equal(t, handlers[0].Pattern, routes[2].Pattern)
})
Expand Down

0 comments on commit 15c615e

Please sign in to comment.