Skip to content

Commit 10e605a

Browse files
Update cipher_version test when built against 4.5.6
1 parent 27c895d commit 10e605a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlcipher/src/androidTest/java/net/zetetic/database/sqlcipher_cts/SQLCipherVersionTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ public void shouldExtractLibraryCipherVersion() {
1717
cipherVersion = cursor.getString(0);
1818
cursor.close();
1919
}
20-
assertThat(cipherVersion, containsString("4.5.4"));
20+
assertThat(cipherVersion, containsString("4.5.6"));
2121
}
2222
}

0 commit comments

Comments
 (0)