Skip to content

Commit

Permalink
Update cipher_version test when built against 4.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
developernotes committed Jan 17, 2024
1 parent 27c895d commit 10e605a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ public void shouldExtractLibraryCipherVersion() {
cipherVersion = cursor.getString(0);
cursor.close();
}
assertThat(cipherVersion, containsString("4.5.4"));
assertThat(cipherVersion, containsString("4.5.6"));
}
}

0 comments on commit 10e605a

Please sign in to comment.