mirror of
https://github.com/gofiber/fiber.git
synced 2025-07-08 03:28:34 +00:00
Update test
This commit is contained in:
parent
5855c9e44c
commit
c6e02ae0b1
@ -1359,7 +1359,7 @@ func Test_NewError_Format(t *testing.T) {
|
||||
name: "format string + excess args",
|
||||
code: StatusBadRequest,
|
||||
in: args{"odd %d", 1, 2, 3},
|
||||
want: "odd 1",
|
||||
want: "odd 1%!(EXTRA int=2, int=3)",
|
||||
},
|
||||
{
|
||||
name: "≥2 args but first not string",
|
||||
|
Loading…
x
Reference in New Issue
Block a user