Skip to content

Commit

Permalink
Update src/test/java/org/jenkinsci/plugins/workflow/test/steps/Synchr…
Browse files Browse the repository at this point in the history
…onousResumeNotSupportedExceptionTest.java

Co-authored-by: Jesse Glick <[email protected]>
  • Loading branch information
gbhat618 and jglick authored Feb 25, 2025
1 parent a0887e7 commit 5813f16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public static final class DescriptorImpl extends StepDescriptor {

@Override
public Set<? extends Class<?>> getRequiredContext() {
return Set.of();
return Set.of(TaskListener.class);
}

@Override
Expand Down

0 comments on commit 5813f16

Please sign in to comment.