Skip to content

Commit 7235ee3

Browse files
authored
Reformat test_distance_errors.py with consistent imports
1 parent 5003bcb commit 7235ee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/anoph/test_distance_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ 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 "Required 10000000" in str(e.value)
49+
assert "Requested 10000000" in str(e.value)
5050

5151

5252
def test_plot_njt_one_sample(ag3_sim_api):

0 commit comments

Comments
 (0)