diff options
author | drebs <drebs@leap.se> | 2013-05-15 19:53:53 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-05-15 19:53:53 -0300 |
commit | 7e6f458af4c7b51f414d6303942fec10dd56d2d3 (patch) | |
tree | d29bbbbe4d65db25f69f71a550097b5037d938db /src/leap/soledad/tests/test_soledad.py | |
parent | a1df8fe814d9733cfc4aea635864fc9fe7383962 (diff) |
Fix pep8 style.
Diffstat (limited to 'src/leap/soledad/tests/test_soledad.py')
-rw-r--r-- | src/leap/soledad/tests/test_soledad.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/leap/soledad/tests/test_soledad.py b/src/leap/soledad/tests/test_soledad.py index 49358ab6..6a4261c0 100644 --- a/src/leap/soledad/tests/test_soledad.py +++ b/src/leap/soledad/tests/test_soledad.py @@ -69,7 +69,8 @@ class AuxMethodsTestCase(BaseSoledadTest): secrets_path=None, local_db_path=None, server_url='', cert_file=None) # otherwise Soledad will fail. self.assertEquals( - os.path.join(sol.DEFAULT_PREFIX, Soledad.STORAGE_SECRETS_FILE_NAME), + os.path.join( + sol.DEFAULT_PREFIX, Soledad.STORAGE_SECRETS_FILE_NAME), sol.secrets_path) self.assertEquals( os.path.join(sol.DEFAULT_PREFIX, 'soledad.u1db'), |