Polish
See gh-21009
This commit is contained in:
committed by
Stephane Nicoll
parent
5b1b7bcb9b
commit
5eb5bf0a2d
@@ -69,7 +69,7 @@ class OutputCaptureTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void pushWhenHasExistingStartesNewCapture() {
|
||||
void pushWhenHasExistingStartsNewCapture() {
|
||||
System.out.print("A");
|
||||
this.output.push();
|
||||
System.out.print("B");
|
||||
|
||||
Reference in New Issue
Block a user