Skip to content

Commit

Permalink
Update test/unit/app/managers/test_UserManager.py
Browse files Browse the repository at this point in the history
Co-authored-by: John Davis <[email protected]>
  • Loading branch information
ahmedhamidawan and jdavcs authored Jul 1, 2024
1 parent 9727b88 commit 077832b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/app/managers/test_UserManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def test_reset_email_user_deleted(self):
self.user_manager.delete(user)
assert user.deleted is True
message = self.user_manager.send_reset_email(self.trans, {"email": user_email})
assert message == None
assert message is None

def test_get_user_by_identity(self):
# return None if username/email not found
Expand Down

0 comments on commit 077832b

Please sign in to comment.