See gh-21009
This commit is contained in:
dreis2211
2020-04-18 08:29:27 +02:00
committed by Stephane Nicoll
parent 5b1b7bcb9b
commit 5eb5bf0a2d
35 changed files with 70 additions and 70 deletions

View File

@@ -69,7 +69,7 @@ class OutputCaptureTests {
}
@Test
void pushWhenHasExistingStartesNewCapture() {
void pushWhenHasExistingStartsNewCapture() {
System.out.print("A");
this.output.push();
System.out.print("B");