Fixed unit tests
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user