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:
parent
aa6432f48e
commit
169cf7d9a3
|
@ -49,7 +49,7 @@ func TestIntegration(t *testing.T) {
|
|||
}
|
||||
|
||||
wsutil.WSError = func(err error) {
|
||||
t.Fatal(err)
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
var gateway *Gateway
|
||||
|
|
Loading…
Reference in a new issue