Skip to content

Commit

Permalink
Fix checkstyle violation.
Browse files Browse the repository at this point in the history
Issue: #2677
  • Loading branch information
Vladimir Dmitrienko committed Jul 16, 2024
1 parent a51a66b commit 8f88919
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ private static LockMode toLockMode(ResourceAccessMode mode) {
public SkipResult shouldBeSkipped(JupiterEngineExecutionContext context) throws Exception {
context.getThrowableCollector().assertEmpty();
ConditionEvaluationResult evaluationResult = conditionEvaluator.evaluate(context.getExtensionRegistry(),
context.getConfiguration(), context.getExtensionContext());
context.getConfiguration(), context.getExtensionContext());
return toSkipResult(evaluationResult);
}

Expand Down

0 comments on commit 8f88919

Please sign in to comment.