summaryrefslogtreecommitdiff
path: root/testing/tests/sync/test_sqlcipher_sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/sync/test_sqlcipher_sync.py')
-rw-r--r--testing/tests/sync/test_sqlcipher_sync.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/tests/sync/test_sqlcipher_sync.py b/testing/tests/sync/test_sqlcipher_sync.py
index c3cd8444..029164eb 100644
--- a/testing/tests/sync/test_sqlcipher_sync.py
+++ b/testing/tests/sync/test_sqlcipher_sync.py
@@ -544,10 +544,6 @@ class SQLCipherDatabaseSyncTests(
self.sync(self.db2, db3)
doc3 = db3.get_doc('the-doc')
- _crypto = self._soledad._crypto
- decrypted = _crypto.decrypt_doc(doc3)
- doc3.set_json(decrypted)
-
self.assertEqual(doc4.get_json(), doc3.get_json())
self.assertFalse(doc3.has_conflicts)
self.db1.close()