Skip to content

Commit

Permalink
Update SnippetsIT.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Sita04 committed Dec 20, 2022
1 parent 454f38b commit a20dba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrisk/src/test/java/webrisk/SnippetsIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void beforeEach() {
@After
public void afterEach() {
stdOut = originalOut;
System.setOut(printStream);
System.setOut(new PrintStream(originalOut));
}

@Test
Expand Down

0 comments on commit a20dba4

Please sign in to comment.