Skip to content

Commit 3b8ea0c

Browse files
committed
fix: remove test
1 parent 46fe179 commit 3b8ea0c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/test_migrate.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from pathlib import Path
21
from typing import Any
32

43
import stacrs
@@ -7,10 +6,3 @@
76
def test_migrate(item: dict[str, Any]) -> None:
87
item = stacrs.migrate(item, version="1.1.0")
98
assert item["stac_version"] == "1.1.0"
10-
11-
12-
def test_migrate_href(spec_examples: Path) -> None:
13-
item = stacrs.migrate_href(
14-
str(spec_examples / "v1.0.0" / "simple-item.json"), version="1.1.0"
15-
)
16-
assert item["stac_version"] == "1.1.0"

0 commit comments

Comments
 (0)