We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2cc89 commit 2d208e8Copy full SHA for 2d208e8
tests/test_image_fandom_png_skip.py
@@ -47,6 +47,6 @@ def is_file_patch(self):
47
# Check that skip message was printed
48
found = False
49
for call in mock_print.call_args_list:
50
- if f"Skipping Fandom PNG (already in images_mismatch): {png_name}" in str(call):
+ if f"Skipping Fandom PNG/JPG (already in images_mismatch): {png_name}" in str(call):
51
found = True
52
assert found, "Did not skip Fandom PNG in images_mismatch as expected"
0 commit comments