Fix boken tests

This commit is contained in:
Virgil Dupras 2013-11-08 16:45:14 -05:00
parent 6d53511cee
commit 72d8160b28
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ class DupeGuru(DupeGuruBase):
METADATA_TO_READ = ['size']
def __init__(self):
DupeGuruBase.__init__(self, DupeGuruView(), '/tmp')
DupeGuruBase.__init__(self, DupeGuruView())
self.appdata = '/tmp'
def _prioritization_categories(self):
return prioritize.all_categories()