From 169cf7d9a382a3c208f7145a611c1d2916db47f5 Mon Sep 17 00:00:00 2001 From: diamondburned Date: Fri, 30 Oct 2020 11:15:32 -0700 Subject: [PATCH] Gateway: Fixed race in test Fatal --- gateway/integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/integration_test.go b/gateway/integration_test.go index 2af97e3..c2051d0 100644 --- a/gateway/integration_test.go +++ b/gateway/integration_test.go @@ -49,7 +49,7 @@ func TestIntegration(t *testing.T) { } wsutil.WSError = func(err error) { - t.Fatal(err) + t.Error(err) } var gateway *Gateway