Fix a test

This commit is contained in:
Sadra Barikbin 2024-01-09 22:51:41 +03:30
parent 3a3697d3c2
commit b5a7b1adc3
1 changed files with 3 additions and 3 deletions

View File

@ -1052,9 +1052,9 @@ class TestMetafunc:
result = pytester.runpytest("--collect-only")
result.stdout.re_match_lines(
[
r" <Function test\[a-0\]>",
r" <Function test\[a-2\]>",
r" <Function test\[b-1\]>",
r" <Function test\[a-0\]>",
r" <Function test\[a-2\]>",
r" <Function test\[b-1\]>",
]
)