Skip to content

Commit

Permalink
fix: broken error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
awalias committed Mar 10, 2021
1 parent d993b54 commit 98b4a4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Object {
}
`;
exports[`signIn() with the wrong password 1`] = `"No user found with that email, or password invalid."`;
exports[`signIn() with the wrong password 1`] = `"Invalid email or password"`;
exports[`signOut 1`] = `
Object {
Expand Down

0 comments on commit 98b4a4f

Please sign in to comment.