Skip to content

Commit

Permalink
Update test/genbank/test_gbk.py
Browse files Browse the repository at this point in the history
Co-authored-by: Catarina Loureiro <[email protected]>
  • Loading branch information
nlouwen and CatarinaCarolina authored Nov 14, 2024
1 parent 9d629e3 commit d37f3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/genbank/test_gbk.py
Original file line number Diff line number Diff line change
Expand Up @@ -773,4 +773,4 @@ def test_force_gbk_import(self):
actual_coords = (gbk.region.nt_start, gbk.region.nt_stop)
expected_coords = (0, 94757)

self.assertEqual(expected_len, actual_len)
self.assertEqual(expected_coords, actual_coords)

0 comments on commit d37f3cd

Please sign in to comment.