Skip to content

Commit dd333c5

Browse files
committed
fixing test after change
1 parent 20b554b commit dd333c5

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
@@ -514,7 +514,7 @@ def test_update_email(self):
514514
class DeleteUser(TestCase):
515515
def test_delete_users(self):
516516
# let's start with the errors
517-
error = 'This email does not exists: [email protected]'
517+
error = 'This email does not exist: [email protected]'
518518
with self.assertRaisesRegex(IncorrectEmailError, error):
519519
qdb.user.User.delete('[email protected]')
520520

0 commit comments

Comments
 (0)