Skip to content

Commit 2de3e45

Browse files
author
Sylvain MARIE
committed
Fixed test
1 parent 22c8ce0 commit 2de3e45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytest_cases/tests/fixtures/test_fixtures_parametrize.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ def test_synthesis(module_results_dct):
6767
'test_one[one-two]',
6868
'test_one[two-one]',
6969
'test_one[two-two]',
70-
'test_two[1-2-a]',
71-
'test_two[%s-a]' % id_of_last_tests[0],
70+
'test_two[1-2-!0!-a]',
71+
'test_two[%s-!0!-a]' % id_of_last_tests[0],
7272
] + extra_test

0 commit comments

Comments
 (0)