Skip to content

Commit 2274f02

Browse files
authored
Add-strict=True-in-zip()
1 parent 82fc4cc commit 2274f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/arrays/integer/test_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def test_ufunc_binary_output(using_nan_is_na):
104104
assert isinstance(result, tuple)
105105
assert len(result) == 2
106106

107-
for x, y in zip(result, expected):
107+
for x, y in zip(result, expected, strict=True):
108108
tm.assert_extension_array_equal(x, y)
109109

110110

0 commit comments

Comments
 (0)