Skip to content

Commit 55c8c07

Browse files
committed
fix test
1 parent 6c82386 commit 55c8c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pytest_mpl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def test_hash_fail_hybrid(tmpdir):
333333
output = assert_pytest_fails_with(['--mpl', test_file,
334334
rf'--mpl-baseline-path={hash_baseline_dir_abs / "fail"}'],
335335
expected)
336-
assert "Error: Image files did not match." in output, output
336+
assert "Failed! Image files did not match." in output, output
337337

338338
# Assert reports missing baseline image
339339
output = assert_pytest_fails_with(['--mpl', test_file,

0 commit comments

Comments
 (0)