forked from LBRYCommunity/lbry-sdk
Fix unit test
This commit is contained in:
parent
bfa626c6e6
commit
3c40957575
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue