Skip to content

Commit 847befa

Browse files
Adjust test to reference 4.6.0
1 parent c5bd0cf commit 847befa

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.5.6"));
20+
assertThat(cipherVersion, containsString("4.6.0"));
2121
}
2222
}

0 commit comments

Comments
 (0)