diff --git a/tests/domain/test_users.py b/tests/domain/test_users.py index f136e3bd..9a2245b9 100644 --- a/tests/domain/test_users.py +++ b/tests/domain/test_users.py @@ -6,7 +6,7 @@ from atst.domain.exceptions import NotFoundError, AlreadyExistsError @pytest.fixture() -def users_repo(db) -> Users: +def users_repo(db): return Users(db)