1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-11-27 09:12:53 +00:00

Gateway: Fixed race in test Fatal

This commit is contained in:
diamondburned 2020-10-30 11:15:32 -07:00
parent aa6432f48e
commit 169cf7d9a3

View file

@ -49,7 +49,7 @@ func TestIntegration(t *testing.T) {
}
wsutil.WSError = func(err error) {
t.Fatal(err)
t.Error(err)
}
var gateway *Gateway