Skip to content

Commit 74abc2f

Browse files
committed
handle conflict with other test runners
1 parent c2b7e0e commit 74abc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from tests.utils.stac_io_mock import MockStacIO # type:ignore
1818

1919

20-
def test_to_from_dict(
20+
def assert_to_from_dict(
2121
test_class: unittest.TestCase,
2222
stac_object_class: Type[pystac.STACObject],
2323
d: Dict[str, Any],

0 commit comments

Comments
 (0)