Skip to content

Commit

Permalink
Fix minor issues in LargeStreamTest
Browse files Browse the repository at this point in the history
  • Loading branch information
donavdey committed Aug 9, 2024
1 parent ceb2fc7 commit 40999ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ static void setupFiles() throws IOException {
}
inputFileWriter.write("{\"key\":\"mask\"}");
expectedResultFileWriter.write("{\"key\":\"***\"}");
inputFileWriter.flush();
expectedResultFileWriter.flush();
inputFileWriter.write("]");
expectedResultFileWriter.write("]");
inputFileWriter.flush();
expectedResultFileWriter.flush();
inputFileWriter.close();
expectedResultFileWriter.close();
}
Expand Down

0 comments on commit 40999ae

Please sign in to comment.