update expected SQLCipher version number
This commit is contained in:
parent
62d1344e95
commit
ea2d4935d0
@ -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"));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user