Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Nov 29, 2023
1 parent 8bad8b7 commit e4f1481
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/common/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,9 @@ def test_create_user(self, user_manager_mock):
email='batman@gotham.com',
first_name='Bruce',
last_name='Wayne',
verified=True
verified=True,
company=None,
location=None
)

def test_update_user(self):
Expand Down

0 comments on commit e4f1481

Please sign in to comment.