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 d827b66 commit 999f168
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 @@ -770,7 +770,7 @@ def test_force_gbk_import(self):

gbk = GBK.parse(test_file, SOURCE_TYPE.QUERY, run)

actual_len = (gbk.region.nt_start, gbk.region.nt_stop)
actual_coords = (gbk.region.nt_start, gbk.region.nt_stop)
expected_len = (0, 94757)

self.assertEqual(expected_len, actual_len)

0 comments on commit 999f168

Please sign in to comment.