Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Sep 7, 2024
1 parent 8e5fb41 commit 1d0c2f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/fit_changedetector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import logging

from .source_layer import SourceLayer
from .diff import load

__version__ = "0.0.1a1"

Expand Down
2 changes: 1 addition & 1 deletion tests/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def test_mixed_types():
assert [t.upper() for t in layer.df.geometry.geom_type.unique()] == ["MULTIPOINT"]


def duplicate_pk():
def test_duplicate_pk():
sources = [
{
"out_layer": "parks",
Expand Down

0 comments on commit 1d0c2f3

Please sign in to comment.