Fix unit test

This commit is contained in:
Zestyr 2017-07-05 23:39:35 +02:00
parent bfa626c6e6
commit 3c40957575

View file

@ -58,6 +58,6 @@ class SettingsTest(unittest.TestCase):
# check if these directories are returned as string and not unicode
# otherwise there will be problems when calling os.path.join on
# unicode directory names with string file names
self.assertEqual(str, type(conf.default_download_directory))
self.assertEqual(str, type(conf.default_download_dir))
self.assertEqual(str, type(conf.default_data_dir))
self.assertEqual(str, type(conf.default_lbryum_dir))