summaryrefslogtreecommitdiff
path: root/common/src
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2015-08-06 16:24:07 -0300
committerBruno Wagner <bwgpro@gmail.com>2015-08-12 17:17:18 -0300
commit09da43e222af9a19624e003ff22a8fa634ed059d (patch)
treef63028a74155f0961bd409ea1d40e6d8a3126e95 /common/src
parent800a8eebc3c0a7b439089ea162e129115808d7b4 (diff)
[style] Fixed pep8 warning
Two spaces before class, not one
Diffstat (limited to 'common/src')
-rw-r--r--common/src/leap/soledad/common/tests/test_sync_target.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/leap/soledad/common/tests/test_sync_target.py b/common/src/leap/soledad/common/tests/test_sync_target.py
index b6b8dc07..c99c10f1 100644
--- a/common/src/leap/soledad/common/tests/test_sync_target.py
+++ b/common/src/leap/soledad/common/tests/test_sync_target.py
@@ -55,6 +55,7 @@ from leap.soledad.common.tests.u1db_tests import test_sync
# The following tests come from `u1db.tests.test_remote_sync_target`.
# -----------------------------------------------------------------------------
+
class TestSoledadParseReceivedDocResponse(
tests.TestCase,
BaseSoledadTest):