Skip to content

Commit

Permalink
fixup! Stabilize test case
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Sep 13, 2024
1 parent 5683ef4 commit 4d1b121
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ void canSetCustomPropertyToBanana() {
}
}

static class StartFinishLogger implements BeforeTestExecutionCallback, AfterTestExecutionCallback,
BeforeAllCallback, AfterAllCallback {
static class StartFinishLogger
implements BeforeTestExecutionCallback, AfterTestExecutionCallback, BeforeAllCallback, AfterAllCallback {

@Override
public void beforeAll(ExtensionContext context) {
Expand Down

0 comments on commit 4d1b121

Please sign in to comment.