Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyunzhu committed Oct 5, 2024
1 parent c9ba05a commit 511e9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woltka/tests/test_ordinal.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def test_flush_chunk(self):
qrys, lens, begs, ends = [], [], [], []
for query, records in parse_b6o_file_ex(aln):
for subject, _, length, beg, end in records:
qrys.append(query)
qrys.append(query)
lens.append(length)
begs.append(beg)
ends.append(end)
Expand Down

0 comments on commit 511e9cf

Please sign in to comment.