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 cfccf605..9e3b4052 100644 --- a/tests/test_sqlcipher.py +++ b/tests/test_sqlcipher.py @@ -335,4 +335,4 @@ class SQLCipherEncryptionTest(unittest.TestCase): SQLCipherDatabase(self.DB_FILE, PASSWORD) raise DatabaseError("SQLCipher backend should not be able to open non-encrypted dbs.") except DatabaseIsNotEncrypted: - pass
\ No newline at end of file + pass |