Skip to content

Commit

Permalink
05/02/2024 19:03
Browse files Browse the repository at this point in the history
  • Loading branch information
Preetam-Das26 committed Feb 5, 2024
1 parent 089294c commit 7422bb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/_test_mscolab/test_file_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def test_modify_user(self):
user_query = User.query.filter_by(id=user_query.id).first()
assert user_query is None


def test_modify_user_special_cases(self):
user1 = User("[email protected]", "user1", "password")
user2 = User("[email protected]", "user2", "password")
Expand Down

0 comments on commit 7422bb6

Please sign in to comment.