Skip to content

Commit 9edea6a

Browse files
authored
Update pytest_cases/tests/cases/doc/test_parametrize_alt.py
1 parent 1832384 commit 9edea6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytest_cases/tests/cases/doc/test_parametrize_alt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ def test_argnames_from_invalid_type():
2929

3030
def test_argnames_element_from_invalid_type():
3131
with pytest.raises(
32-
TypeError, match="^all argnames should be a strings$"
32+
TypeError, match="^all argnames should be strings$"
3333
):
3434
parametrize_with_cases(argnames=["a", 2, "c"], cases=".")(lambda _: None)

0 commit comments

Comments
 (0)