Skip to content

Commit

Permalink
fix corresponding test
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes committed Apr 15, 2022
1 parent 9f2349c commit fb54506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_distance_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,4 +392,4 @@ def test_handle_seqlen_nkmers():
# if neither seqlen or nkmers provided, complain
with pytest.raises(ValueError) as exc:
nkmers = handle_seqlen_nkmers(ksize)
assert("Error: distance estimation requires input of either `sequence_len_bp` or `n_unique_kmers`") in str(exc)
assert("Error: distance estimation requires input of either 'sequence_len_bp' or 'n_unique_kmers'") in str(exc)

0 comments on commit fb54506

Please sign in to comment.