Skip to content

Commit

Permalink
Fix: Solved latest src test issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres D. Molins committed Jul 10, 2024
1 parent ac216db commit 6c04e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aleph/services/cache/node_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async def __aenter__(self):

async def close(self):
if self.redis_client:
await self.redis_client.close()
await self.redis_client.aclose()
self._redis_client = None

async def __aexit__(self, exc_type, exc_val, exc_tb):
Expand Down

0 comments on commit 6c04e2c

Please sign in to comment.