Skip to content

Commit

Permalink
Remove wrong test_save input
Browse files Browse the repository at this point in the history
  • Loading branch information
REDxEYE committed Oct 30, 2023
1 parent cb554c6 commit 940224e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/test_file_dds.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ def test_open_rgb8():
("LA", "Tests/images/uncompressed_la.png"),
("RGB", "Tests/images/hopper.png"),
("RGBA", "Tests/images/pil123rgba.png"),
("L", TEST_FILE_ATI1),
],
)
def test_save(mode, test_file, tmp_path):
Expand Down

0 comments on commit 940224e

Please sign in to comment.