One last fix

This commit is contained in:
Joseph Hall 2017-01-17 10:07:25 -07:00
parent fc24b24998
commit be55b57abf

View file

@ -241,7 +241,7 @@ class LocalFSTest(TestCase):
# Now test the return of the list function
with patch.dict(localfs.__opts__, {'cachedir': tmp_dir}):
self.assertEqual(localfs.list(bank='bank', cachedir=tmp_dir), ['key.p'])
self.assertEqual(localfs.list_(bank='bank', cachedir=tmp_dir), ['key.p'])
# 'contains' function tests: 1