From 5f00cf1df0e3917c6d0d2d2035f42f02d80e33a4 Mon Sep 17 00:00:00 2001 From: Nick Parker Date: Thu, 22 Dec 2016 09:40:16 -0600 Subject: [PATCH] Update cipher_version test to 3.4.1 --- test/crypto.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/crypto.test b/test/crypto.test index 630a9f0..b25cdd6 100644 --- a/test/crypto.test +++ b/test/crypto.test @@ -1548,7 +1548,7 @@ do_test verify-pragma-cipher-version { execsql { PRAGMA cipher_version; } -} {3.4.0} +} {3.4.1} db close file delete -force test.db