This commit is contained in:
Yasuhiro Matsumoto 2023-07-13 23:26:21 +09:00 committed by fiatjaf_
parent 0d92cb63d1
commit fb3626feb9

View File

@ -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)
}
}