Skip to content

Commit f054e52

Browse files
committed
Add newline at end of user test file
1 parent 408191d commit f054e52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/tests/unit/models/test_user.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,4 @@ def test_update_user_from_dict_valid(session):
8888
new_email = fake.email()
8989
updated_user = StaffUserModel.update_user(new_user.id, {'email_address': new_email})
9090
assert updated_user.email_address == new_email
91+

0 commit comments

Comments
 (0)