Skip to content

Commit

Permalink
update barcode test for new best-matching barcode
Browse files Browse the repository at this point in the history
  • Loading branch information
brantfaircloth committed Jul 18, 2023
1 parent 1c7df59 commit b28ee1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phyluce/tests/test_match_contigs.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,6 @@ def test_match_contigs_to_barcodes(o_dir, e_dir, request):
re.search("(Best.*\n)", stdout.decode("utf-8")).groups()[0].strip()
)
assert (
"Best BOLD systems match for locus comp17283_c0_seq1: Anas poecilorhyncha [SIBJP030-10]"
"Best BOLD systems match for locus comp17283_c0_seq1: Anas poecilorhyncha [GBIR3505-13]"
in observed
)

0 comments on commit b28ee1b

Please sign in to comment.