We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf94ee commit 454f38bCopy full SHA for 454f38b
webrisk/src/test/java/webrisk/SnippetsIT.java
@@ -73,6 +73,7 @@ public void beforeEach() {
73
@After
74
public void afterEach() {
75
stdOut = originalOut;
76
+ System.setOut(printStream);
77
}
78
79
@Test
0 commit comments