Skip to content

Commit

Permalink
unit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Jul 17, 2023
1 parent c3055fa commit b4d281f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_project_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_project_code_create(self):
# Try to create a duplicate code
with self.assertRaises(Exception):
ProjectCode.create(self.api, {
'code': 'TEST',
'code': f'TEST {n + 1}',
'description': 'Test project code',
})

Expand Down

0 comments on commit b4d281f

Please sign in to comment.