Skip to content

Commit

Permalink
Update bind_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Oct 18, 2024
1 parent 94d08ad commit b15eda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bind_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func Test_returnErr(t *testing.T) {
c := app.AcquireCtx(&fasthttp.RequestCtx{})

err := c.Bind().Must().returnErr(nil)
require.NoError(t, nil, err)
require.NoError(t, err)
}

// go test -run Test_Bind_Query -v
Expand Down

0 comments on commit b15eda0

Please sign in to comment.