Skip to content

Commit

Permalink
Adjust test to reference 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
developernotes committed May 21, 2024
1 parent c5bd0cf commit 847befa
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.6"));
assertThat(cipherVersion, containsString("4.6.0"));
}
}

0 comments on commit 847befa

Please sign in to comment.