mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-02-20 09:15:04 +08:00
chore: fix test
This commit is contained in:
parent
71b5f2875f
commit
9bbcf40f45
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ describe("user controller test", () => {
|
|||
|
||||
//THEN
|
||||
expect(body.message).toEqual(
|
||||
"Firebase failed to generate an email verification link: Internal server error"
|
||||
"Failed to generate an email verification link: Internal server error"
|
||||
);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue