Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp committed Sep 17, 2023
1 parent 9c0b3a3 commit 9174972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_lowlevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ def test_extend_edges_bad_args(self):
ts1 = self.get_example_tree_sequence(10)
with pytest.raises(TypeError):
ts1.extend_edges()
with pytest.raises(TypeError, match="as an int"):
with pytest.raises(TypeError, match="an integer"):
ts1.extend_edges("sdf")

def test_kc_distance_errors(self):
Expand Down

0 comments on commit 9174972

Please sign in to comment.