Skip to content

Commit

Permalink
Fix ExtensionComposabilityTests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Oct 15, 2024
1 parent 12bccfd commit cbbe682
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@ public Stream<TestTemplateInvocationContext> provideTestTemplateInvocationContex
return null;
}

@Override
public boolean mayReturnZeroTestTemplateInvocationContexts(ExtensionContext context) {
return false;
}

// --- TestWatcher ---------------------------------------------------------

@Override
Expand Down

0 comments on commit cbbe682

Please sign in to comment.