[pkgset] Fix caching RPMs
The test mock did not actually match what is provided by Kobo. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
9f3408fec0
commit
d4effc1610
2 changed files with 2 additions and 1 deletions
|
|
@ -70,6 +70,7 @@ class MockFileCache(dict):
|
|||
"""
|
||||
def __init__(self, _wrapper):
|
||||
super(MockFileCache, self).__init__()
|
||||
self.file_cache = self
|
||||
|
||||
def add(self, file_path):
|
||||
obj = MockFile(file_path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue