Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kutz authored and mkutz committed Apr 13, 2023
1 parent 8b1877c commit f10d948
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ void test6() {

assertThat(output.getOut())
.matches(
"\\d{2}:\\d{2}:\\d{2}\\.\\d{3} \\[[^\\\\]+\\] INFO Logan -- Logan checks some question"
+ " (\\d+s)?(<?\\d+ms) → answer\n");
"\\d{2}:\\d{2}:\\d{2}\\.\\d{3} \\[[^\\\\]+\\] INFO Logan -- Logan checks some question"
+ " (\\d+s)?(<?\\d+ms) → answer\n");
}

@Test
Expand All @@ -115,8 +115,8 @@ void test7() {

assertThat(output.getOut())
.matches(
"\\d{2}:\\d{2}:\\d{2}\\.\\d{3} \\[[^\\\\]+\\] WARN Logan -- Logan checks some question"
+ " (\\d+s)?(<?\\d+ms) RuntimeException\n");
"\\d{2}:\\d{2}:\\d{2}\\.\\d{3} \\[[^\\\\]+\\] WARN Logan -- Logan checks some question"
+ " (\\d+s)?(<?\\d+ms) RuntimeException\n");
}

@Test
Expand Down Expand Up @@ -207,8 +207,8 @@ void test11() {
"\\d{2}:\\d{2}:\\d{2}\\.\\d{3} \\[[^\\\\]+\\] INFO Logan -- Logan does some root task ✓"
+ " (\\d+s)?(<?\\d+ms)\n"
+ "└── Logan checks first sub question ✓ (\\d+s)?(<?\\d+ms) → answer\n"
+ "\\d{2}:\\d{2}:\\d{2}\\.\\d{3} \\[[^\\\\]+\\] WARN Logan -- Logan checks some root"
+ " question ✗ (\\d+s)?(<?\\d+ms) RuntimeException\n"
+ "\\d{2}:\\d{2}:\\d{2}\\.\\d{3} \\[[^\\\\]+\\] WARN Logan -- Logan checks some"
+ " root question ✗ (\\d+s)?(<?\\d+ms) RuntimeException\n"
+ "├── Logan does first sub task ✓ (\\d+s)?(<?\\d+ms)\n"
+ "└── Logan does second sub task ✗ (\\d+s)?(<?\\d+ms) RuntimeException\n");
}
Expand Down

0 comments on commit f10d948

Please sign in to comment.