Skip to content

Commit e6a927a

Browse files
committed
fix warning
1 parent 8c9323e commit e6a927a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/extension/test_arrow.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ def test_view(self, data):
640640
class TestBaseMissing(base.BaseMissingTests):
641641
def test_dropna_array(self, data_missing):
642642
with tm.maybe_produces_warning(
643-
PerformanceWarning, pa_version_under7p0, check_stacklevel=False
643+
PerformanceWarning, pa_version_under6p0, check_stacklevel=False
644644
):
645645
super().test_dropna_array(data_missing)
646646

0 commit comments

Comments
 (0)