Skip to content

Commit 2d208e8

Browse files
committed
test: fix
1 parent 9e2cc89 commit 2d208e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_image_fandom_png_skip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ def is_file_patch(self):
4747
# Check that skip message was printed
4848
found = False
4949
for call in mock_print.call_args_list:
50-
if f"Skipping Fandom PNG (already in images_mismatch): {png_name}" in str(call):
50+
if f"Skipping Fandom PNG/JPG (already in images_mismatch): {png_name}" in str(call):
5151
found = True
5252
assert found, "Did not skip Fandom PNG in images_mismatch as expected"

0 commit comments

Comments
 (0)