Skip to content

Commit

Permalink
mock fix for _hard_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
vangheem committed Dec 29, 2017
1 parent bac4a39 commit f4d68fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guillotina/tests/mocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def __init__(self, storage=None):
if storage is None:
storage = MockStorage()
self._storage = storage
self._hard_cache = {}

async def _close_txn(self, *args, **kwargs):
pass
Expand Down

0 comments on commit f4d68fc

Please sign in to comment.