Skip to content

Commit d60f1f0

Browse files
Update test to 4.10.0
1 parent 384f060 commit d60f1f0

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

Lines changed: 1 addition & 1 deletion
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.6.1"));
20+
assertThat(cipherVersion, containsString("4.10.0"));
2121
}
2222
}

0 commit comments

Comments
 (0)