Skip to content

Commit

Permalink
Fix broken test to handle stop codon, following #589.
Browse files Browse the repository at this point in the history
  • Loading branch information
donkirkby committed Jul 9, 2021
1 parent 7292ffe commit d3dcde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micall/tests/test_consensus_aligner.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def test_report_region(projects):
report_aminos,
amino_ref=amino_ref)

assert len(report_aminos) == 43
assert len(report_aminos) == 44
assert len(report_nucleotides) == 129 # 27884-27756+1
assert report_aminos[0].seed_amino.consensus_nuc_index == 755
assert report_nucleotides[0].seed_nucleotide.consensus_index == 755
Expand Down

0 comments on commit d3dcde8

Please sign in to comment.