Skip to content

Commit

Permalink
Extra assert
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jan 28, 2025
1 parent 5b6757a commit a8b7284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/views/user_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ def test_verify_email_address(self):
assert user

new_email = "[email protected]"
assert new_email != user.email

self.client.get(
self.reverse_action(
Expand Down

0 comments on commit a8b7284

Please sign in to comment.