Remove enum prefixes
This commit is contained in:
@@ -123,7 +123,7 @@ describe("auth", () => {
|
||||
socket.auth.status = AuthStatus.PendingResponse
|
||||
|
||||
await expect(socket.auth.doAuth(sign)).rejects.toThrow(
|
||||
"Attempted to authenticate when auth is already auth:status:pending_response",
|
||||
"Attempted to authenticate when auth is already pending_response",
|
||||
)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user