Skip to content

Commit 913e79f

Browse files
committed
Test the modes
1 parent 5529aba commit 913e79f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/test_pickle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ def helper_pickle_string(
6262
def test_pickle_image(tmp_path, test_file, test_mode):
6363
# Act / Assert
6464
for protocol in range(0, pickle.HIGHEST_PROTOCOL + 1):
65-
helper_pickle_string(pickle, protocol, test_file)
66-
helper_pickle_file(tmp_path, pickle, protocol, test_file)
65+
helper_pickle_string(pickle, protocol, test_file, test_mode)
66+
helper_pickle_file(tmp_path, pickle, protocol, test_file, test_mode)
6767

6868

6969
def test_pickle_la_mode_with_palette(tmp_path):

0 commit comments

Comments
 (0)