force return NULL pointer on CODEC error

This commit is contained in:
Stephen Lombardo
2020-11-10 17:35:19 -05:00
parent e0df9c6aa5
commit dff5b42562
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ do_test codec-error-journal-wal {
execsql {
PRAGMA cipher_fail_next_encrypt = 0;
PRAGMA key = 'testkey';
-- PRAGMA integrity_check;
PRAGMA integrity_check;
PRAGMA cipher_integrity_check;
}