mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-12-02 01:29:47 +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) {
|
wsutil.WSError = func(err error) {
|
||||||
t.Fatal(err)
|
t.Error(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
var gateway *Gateway
|
var gateway *Gateway
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue