Skip to content

Commit 48a501e

Browse files
author
Sylvain MARIE
committed
2.8.0 (Fixed typo in test)
1 parent 9d69ea4 commit 48a501e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_cases/tests/pytest_extension/doc/test_doc_parametrize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def test_synthesis(module_results_dct):
4040
'test_prints[world_str-!]',
4141
'test_prints[whatfun-?]',
4242
'test_prints[whatfun-!]',
43-
'test_prints[1-!]',
43+
'test_prints[1-?]',
4444
'test_prints[1-!]',
4545
'test_prints[greetings-world_str-?]',
4646
'test_prints[greetings-world_str-!]',

0 commit comments

Comments
 (0)