Remove enum prefixes

This commit is contained in:
Jon Staab
2025-10-20 15:17:05 -07:00
parent 0be540c0d2
commit 64871b1c99
7 changed files with 31 additions and 30 deletions
+1 -1
View File
@@ -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",
)
})