removed redundant assert equal
This commit is contained in:
parent
c12e07de11
commit
97c285f22b
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ class ConfigurationTests(unittest.TestCase):
|
|||
self.assertEqual(c.config, os.path.join(prefix, "settings.yml"))
|
||||
self.assertEqual(c.log_file_path, os.path.join(prefix, "daemon.log"))
|
||||
self.assertEqual(c.download_dir, os.path.join(r"C:\Users", os.getlogin(), "Downloads"))
|
||||
self.assertEqual(c.api_connection_url, "http://localhost:5279/lbryapi")
|
||||
|
||||
@unittest.skipIf("linux" not in sys.platform, "skipping linux only test")
|
||||
def test_linux_defaults(self):
|
||||
|
|
Loading…
Reference in a new issue