Skip to content

Commit

Permalink
Add spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Korzhov committed May 2, 2020
1 parent 8865ff5 commit 1b25ea5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void copiesFromCharArrayWithCharsetToFile() throws IOException {
"Hello, товарищ file #1 äÄ üÜ öÖ and ß";
final File output = this.folder.newFile();
new LengthOf(
new TeeInput(input.toCharArray(), new OutputTo(output))
new TeeInput(input.toCharArray(), new OutputTo(output))
).intValue();
new Assertion<>(
"char array must be copied to the file with charset UTF_8",
Expand Down

0 comments on commit 1b25ea5

Please sign in to comment.