Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/geopins/drivers/gdf/filetypes/test_gpkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_round_trip(tmp_geoboard: GeoBaseBoard):
assert gdf.crs == retrieved.crs


def test_hash_is_not_dependent_on_file_write_time(tmp_geoboard: GeoBaseBoard):
def test_hash_independent_of_file_write_time(tmp_geoboard: GeoBaseBoard):
# Arrange
gdf = gpd.GeoDataFrame(
{"id": [1, 2, 3]},
Expand Down
Loading