Skip to content

Commit

Permalink
#822 polished
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 8, 2018
1 parent 3716f4e commit 78d7c58
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public void decodesInvalidData() throws IOException {
@Test
public void encryptsLargeData() throws IOException {
final Identity identity = new Identity.Simple(
// @checkstyle MagicNumber (1 line)
new String(new char[10000])
);
final byte[] bytes = new CcSalted(new CcPlain()).encode(identity);
Expand Down

0 comments on commit 78d7c58

Please sign in to comment.