summaryrefslogtreecommitdiff
path: root/tests/test_sqlcipher.py
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2013-01-16 11:04:42 -0200
committerdrebs <drebs@leap.se>2013-01-16 11:04:42 -0200
commit42877891fc5468c674e95384153e68659c51976e (patch)
tree64b8d007261525ae11db694e4bf1081b69467304 /tests/test_sqlcipher.py
parentc60505094e20ffbae5753383cfd73825c7a0114d (diff)
Couch backend passes test_sync without indexes.
Diffstat (limited to 'tests/test_sqlcipher.py')
-rw-r--r--tests/test_sqlcipher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sqlcipher.py b/tests/test_sqlcipher.py
index c712bc47..c896af91 100644
--- a/tests/test_sqlcipher.py
+++ b/tests/test_sqlcipher.py
@@ -40,7 +40,7 @@ from leap.soledad.tests.u1db_tests.test_open import (
PASSWORD = '123456'
#-----------------------------------------------------------------------------
-# The following tests come from `u1db.tests.test_common_backends`.
+# The following tests come from `u1db.tests.test_common_backend`.
#-----------------------------------------------------------------------------
class TestSQLCipherBackendImpl(tests.TestCase):