Change cipher_version test to match current version

This commit is contained in:
Nick Parker 2014-09-30 13:43:13 -05:00
parent dcb021c509
commit c0b9920fa3
1 changed files with 1 additions and 1 deletions

View File

@ -1541,7 +1541,7 @@ do_test verify-pragma-cipher-version {
execsql { execsql {
PRAGMA cipher_version; PRAGMA cipher_version;
} }
} {3.1.0} } {3.2.0}
db close db close
file delete -force test.db file delete -force test.db