diff --git a/tests/io/test_api.py b/tests/io/test_api.py index 2456db51..2a491c55 100644 --- a/tests/io/test_api.py +++ b/tests/io/test_api.py @@ -5,11 +5,11 @@ from pytest import mark import aeon -from aeon.schema.schemas import exp02 from aeon.schema.ingestion_schemas import social03 +from aeon.schema.schemas import exp02 -nonmonotonic_path = Path(__file__).parent.parent / "data" / "nonmonotonic" monotonic_path = Path(__file__).parent.parent / "data" / "monotonic" +nonmonotonic_path = Path(__file__).parent.parent / "data" / "nonmonotonic" @mark.api