Skip to content

Commit b4fb003

Browse files
committed
match coverage 7.10.7 warnings
1 parent f6d4ccf commit b4fb003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_pytest_cov.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,8 +1435,8 @@ def test_filterwarnings_error(testdir):
14351435
result.stdout.fnmatch_lines(['* 1 passed *'])
14361436
result.stderr.fnmatch_lines(
14371437
[
1438-
'* (module-not-measured)',
1439-
'* (no-data-collected)',
1438+
'* (module-not-measured)*',
1439+
'* (no-data-collected)*',
14401440
'* CovReportWarning: Failed to generate report: No data to report.',
14411441
]
14421442
)

0 commit comments

Comments
 (0)