update expected SQLCipher version number

This commit is contained in:
Stephen Lombardo 2023-04-06 14:55:02 -04:00 committed by Greyson Parrelli
parent 71027c76e2
commit 6545e4de98

View File

@ -17,6 +17,6 @@ public class SQLCipherVersionTest extends AndroidSQLCipherTestCase {
cipherVersion = cursor.getString(0);
cursor.close();
}
assertThat(cipherVersion, containsString("4.5.3"));
assertThat(cipherVersion, containsString("4.5.4"));
}
}