Fixed unit tests

This commit is contained in:
2025-09-19 21:06:09 +02:00
parent c3ea80363f
commit e8b306ac4a
6 changed files with 195 additions and 66 deletions

View File

@@ -23,7 +23,7 @@ async def in_memory_repository():
client = AsyncMongoMockClient()
db = client.test_database
repo = UserRepository(db)
#await repo.initialize()
await repo.initialize()
return repo