Skip to content

Commit 4f4d6c1

Browse files
fix skip condition
1 parent 4cdb9f8 commit 4f4d6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integ/test_arrow_result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ def iterate_over_test_chunk(
13461346

13471347

13481348
@pytest.mark.skipif(
1349-
not no_arrow_iterator_ext, reason="test requires arrow_iterator extension"
1349+
no_arrow_iterator_ext, reason="test requires arrow_iterator extension"
13501350
)
13511351
@pytest.mark.parametrize(
13521352
"timestamp_type", ["timestamp_ntz", "timestamp_ltz", "timestamp_tz"]

0 commit comments

Comments
 (0)