Skip to content

Commit c250a44

Browse files
authored
Merge pull request #8022 from radarhere/big_endian
2 parents 824db71 + 86fb383 commit c250a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/test_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ def test_roundtrip_bytes_method(self, mode: str) -> None:
10501050

10511051
@pytest.mark.parametrize("mode", modes)
10521052
def test_getdata_putdata(self, mode: str) -> None:
1053-
if is_big_endian and mode == "BGR;15":
1053+
if is_big_endian() and mode == "BGR;15":
10541054
pytest.xfail("Known failure of BGR;15 on big-endian")
10551055
im = hopper(mode)
10561056
reloaded = helper_image_new(mode, im.size)

0 commit comments

Comments
 (0)