From c9cb30766c34f864a08ed2ba500682a650664678 Mon Sep 17 00:00:00 2001 From: Fenny <25108519+Fenny@users.noreply.github.com> Date: Sat, 18 Jul 2020 01:29:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20(=20=CD=A1=E2=86=91=20=CD=9C?= =?UTF-8?q?=CA=96=20=CD=A1=E2=86=91)=20Test=20is=20failing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prefork_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prefork_test.go b/prefork_test.go index f7a1a705..fb273f9a 100644 --- a/prefork_test.go +++ b/prefork_test.go @@ -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) {