From f61d5e113d690e6aff12b3f507efb9f8bb795e5d Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 30 May 2013 12:08:38 -0300 Subject: Fix pep8 style. --- src/leap/soledad/tests/test_crypto.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/leap/soledad/tests/test_crypto.py') diff --git a/src/leap/soledad/tests/test_crypto.py b/src/leap/soledad/tests/test_crypto.py index 5432856e..ae84dad3 100644 --- a/src/leap/soledad/tests/test_crypto.py +++ b/src/leap/soledad/tests/test_crypto.py @@ -233,7 +233,6 @@ class CryptoMethodsTestCase(BaseSoledadTest): self.assertTrue( secret_id_2 == hashlib.sha256(sol.storage_secret).hexdigest()) - def test__has_secret(self): sol = self._soledad_instance(user='user@leap.se') self.assertTrue(sol._has_secret(), "Should have a secret at " @@ -248,7 +247,6 @@ class CryptoMethodsTestCase(BaseSoledadTest): self.assertFalse(sol._has_secret()) - class MacAuthTestCase(BaseSoledadTest): def test_decrypt_with_wrong_mac_raises(self): -- cgit v1.2.3