From 0ead315aa323eb61656afb83387a2f6172a8f6d1 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 9e25c8b..54d2325 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