We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69df6c commit 2895b30Copy full SHA for 2895b30
qiita_db/test/test_user.py
@@ -180,7 +180,7 @@ def test_exists(self):
180
def test_exists_notindb(self):
181
self.assertFalse(User.exists("notexist@foo.bar"))
182
183
- def test_exists_invaid_email(self):
+ def test_exists_invalid_email(self):
184
with self.assertRaises(IncorrectEmailError):
185
User.exists("notanemail.@badformat")
186
0 commit comments