update expected SQLCipher version number

This commit is contained in:
Stephen Lombardo 2023-04-06 14:55:02 -04:00
parent 62d1344e95
commit ea2d4935d0

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"));
}
}