Fix test: update DummyAsyncCacheFileBackend API

This commit is contained in:
Matthew Tretter 2013-04-02 23:00:54 -04:00
parent 2b10e85813
commit fbf052ce5f

View file

@ -78,5 +78,5 @@ class DummyAsyncCacheFileBackend(Simple):
file as pending but never actually creating it).
"""
def _generate(self, file):
def generate(self, file, force=False):
self.set_state(file, CacheFileState.PENDING)