Skip to content

Commit e44c0c1

Browse files
committed
Update wording in log message
1 parent 188a08d commit e44c0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pytest_mpl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def test_hash_fail_hybrid(tmpdir):
343343
output = assert_pytest_fails_with(['--mpl', test_file,
344344
rf'--mpl-baseline-path={hash_baseline_dir_abs / "succeed"}'],
345345
"doesn't match hash FAIL in library")
346-
assert "However, the comparison to the baseline image succeeded." in output, output
346+
assert "The comparison to the baseline image succeeded." in output, output
347347

348348
# If we don't use --mpl option, the test should succeed
349349
code = call_pytest([test_file])

0 commit comments

Comments
 (0)