Skip to content

Commit 885b972

Browse files
authored
Changed asserts as it ws not quite right
1 parent a629839 commit 885b972

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/anoph/test_distance_errors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def test_plot_njt_not_enough_snps(ag3_sim_api):
4646
with pytest.raises(ValueError) as e:
4747
ag3_sim_api.plot_njt(region="2L", n_snps=10000000, sample_query=None)
4848
assert "Not enough SNPs." in str(e.value)
49-
assert "Found" in str(e.value)
5049
assert "needed 10000000" in str(e.value)
5150

5251

0 commit comments

Comments
 (0)