mirror of
https://github.com/aljazceru/khatru.git
synced 2026-01-26 08:24:23 +01:00
fix typo
This commit is contained in:
committed by
fiatjaf_
parent
0d92cb63d1
commit
fb3626feb9
@@ -88,6 +88,6 @@ func TestServerShutdownWebsocket(t *testing.T) {
|
||||
err = e
|
||||
}
|
||||
if _, ok := err.(wsutil.ClosedError); !ok {
|
||||
t.Errorf("client.ConnextionError: %v (%T); want wsutil.ClosedError", err, err)
|
||||
t.Errorf("client.ConnectionError: %v (%T); want wsutil.ClosedError", err, err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user