Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Jan 19, 2025
1 parent 7ac4da3 commit d359cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_geopandas/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ def test_drop():
assert type(result) is dask_geopandas.GeoDataFrame

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


def test_core_deprecated():
Expand Down

0 comments on commit d359cd0

Please sign in to comment.