Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
philiporlando committed Jan 1, 2024
1 parent 3dd9aba commit f2b14ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fgdb_to_gpkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_nonexistent_fgdb(setup_fgdb_gpkg: tuple[str, str, Literal["test_fc"]]):


def test_layer_already_exists(setup_fgdb_gpkg: tuple[str, str, Literal["test_fc"]]):
# Test the behavior when the layer already exists and overwrite is False
# Test the behavior when a layer already exists and overwrite is False
fgdb_path, gpkg_path, _ = setup_fgdb_gpkg

warnings.simplefilter("always")
Expand Down

0 comments on commit f2b14ba

Please sign in to comment.