Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Sep 11, 2024
1 parent 0f88cb2 commit 1baa575
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void errorWriting() throws IOException {
}

@Test
void errorFlushing() throws IOException {
void errorFlushing() {
OutputStream outputStream =
new FilterOutputStream(System.out) {
@Override
Expand Down

0 comments on commit 1baa575

Please sign in to comment.