mirror of
https://github.com/gofiber/fiber.git
synced 2025-07-13 07:39:35 +00:00
🩹 ( ͡↑ ͜ʖ ͡↑) Test is failing
This commit is contained in:
parent
b8ae52c835
commit
c9cb30766c
@ -75,7 +75,7 @@ func Test_App_Prefork_TCP6_Addr(t *testing.T) {
|
||||
}()
|
||||
|
||||
err := app.Listen("[::1]:3200")
|
||||
utils.AssertEqual(t, true, strings.Contains(err.Error(), "exit status"))
|
||||
utils.AssertEqual(t, true, strings.Contains(err.Error(), "exit status"), err.Error())
|
||||
}
|
||||
|
||||
func Test_App_Prefork_Child_Process_Never_Show_Startup_Message(t *testing.T) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user