We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783b318 commit d7184eeCopy full SHA for d7184ee
pandas/tests/arrays/string_/test_string_arrow.py
@@ -48,7 +48,7 @@ def test_config_bad_storage_raises():
48
49
50
@pytest.mark.parametrize("chunked", [True, False])
51
-@pytest.mark.parametrize("array", ["numpy", "pyarrow"])
+@pytest.mark.parametrize("array_lib", ["numpy", "pyarrow"])
52
def test_constructor_not_string_type_raises(array_lib, chunked):
53
pa = pytest.importorskip("pyarrow")
54
0 commit comments