diff options
Diffstat (limited to 'tests/test_sqlcipher.py')
-rw-r--r-- | tests/test_sqlcipher.py | 2 |
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): |