Skip to content

Commit

Permalink
TestTemplateTestDescriptor.execute: remove redundant formatter tags
Browse files Browse the repository at this point in the history
  • Loading branch information
amaembo committed Sep 25, 2024
1 parent efb7ef9 commit 906a13f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ public JupiterEngineExecutionContext execute(JupiterEngineExecutionContext conte
List<TestTemplateInvocationContextProvider> providers = validateProviders(extensionContext,
context.getExtensionRegistry());
AtomicInteger invocationIndex = new AtomicInteger();
// @formatter:off
for (TestTemplateInvocationContextProvider provider : providers) {
try (Stream<TestTemplateInvocationContext> stream = provider.provideTestTemplateInvocationContexts(
extensionContext)) {
Expand All @@ -110,7 +109,6 @@ public JupiterEngineExecutionContext execute(JupiterEngineExecutionContext conte
invocationTestDescriptor -> execute(dynamicTestExecutor, invocationTestDescriptor)));
}
}
// @formatter:on
validateWasAtLeastInvokedOnce(invocationIndex.get(), providers);
return context;
}
Expand Down

0 comments on commit 906a13f

Please sign in to comment.