diff --git a/tests/conftest.py b/tests/conftest.py index 5259e29..1e1f627 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,9 +1,10 @@ import pytest import pytest_asyncio from httpx import AsyncClient + +from the_app.database import engine from the_app.main import app from the_app.models.base import Base -from the_app.database import engine @pytest.fixture(