Skip to content

Commit 52413cf

Browse files
wiredfoolradarhere
andauthored
Update Tests/test_arro3.py
Co-authored-by: Andrew Murray <[email protected]>
1 parent b4fe17c commit 52413cf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/test_arro3.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ def test_to_array(mode: str, dtype: DataType, mask: list[int] | None) -> None:
116116
assert arr.type == dtype
117117

118118
reloaded = Image.fromarrow(arr, mode, img.size)
119-
120-
assert reloaded
121-
122119
assert_image_equal(img, reloaded)
123120

124121

0 commit comments

Comments
 (0)