1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-10-02 15:48:54 +00:00

Gateway: Fixed race in test Fatal

This commit is contained in:
diamondburned 2020-10-30 11:15:32 -07:00
parent 16c1658163
commit 0ead315aa3

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