Skip to content

Commit f91d66f

Browse files
author
Adam Robbins-Pianka
committed
Fix misspelling of a test name
1 parent d506735 commit f91d66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_db/test/test_user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def test_exists(self):
180180
def test_exists_notindb(self):
181181
self.assertFalse(User.exists("notexist@foo.bar"))
182182

183-
def test_exists_invaid_email(self):
183+
def test_exists_invalid_email(self):
184184
with self.assertRaises(IncorrectEmailError):
185185
User.exists("notanemail.@badformat")
186186

0 commit comments

Comments
 (0)