Skip to content

Commit

Permalink
fix test problem
Browse files Browse the repository at this point in the history
  • Loading branch information
AmandaBirmingham committed Oct 15, 2020
1 parent 29dcd39 commit fc78b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsetta_private_api/admin/tests/test_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def test_create_kits_fail_nonexistent_project(self):
admin_repo = AdminRepo(t)

with self.assertRaisesRegex(KeyError, "does not exist"):
admin_repo.create_kits(5, 3, '', ['foo', 'bar'])
admin_repo.create_kits(5, 3, '', [10000, 10001])

def test_create_kits_success_not_microsetta(self):
with Transaction() as t:
Expand Down

0 comments on commit fc78b7a

Please sign in to comment.