Skip to content

Commit d359cd0

Browse files
committed
fixup
1 parent 7ac4da3 commit d359cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dask_geopandas/tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ def test_drop():
10461046
assert type(result) is dask_geopandas.GeoDataFrame
10471047

10481048
with pytest.raises(ValueError, match="No axis named x"):
1049-
df.drop(axis="x")
1049+
df.drop(labels="a", axis="x")
10501050

10511051

10521052
def test_core_deprecated():

0 commit comments

Comments
 (0)