Skip to content

Commit

Permalink
testv2
Browse files Browse the repository at this point in the history
  • Loading branch information
ayobi committed Jun 22, 2024
1 parent 461b98d commit 0cef118
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions microsetta_private_api/admin/tests/test_admin_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -1433,11 +1433,9 @@ def test_insert_barcodes_admin_success(self):
('test',)
)
obs = cur.fetchall()
print("OBS", obs)
print("Barcode gen", new_barcode)
print("OBS", obs[0][0])
print("Barcode gen", new_barcode[0])
self.assertEqual(obs[0][0], new_barcode[0])
self.assertEqual(obs[0][1], new_barcode[0])


def test_insert_barcodes_admin_fail_nonexisting_kit(self):
# test that inserting barcodes to a non-existent kit fails
Expand Down

0 comments on commit 0cef118

Please sign in to comment.