Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…plugin into vc_coverage
  • Loading branch information
TimSVector committed Jun 20, 2024
2 parents 04180a7 + a33e467 commit c2b21dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ void shouldIgnoreErrors() {
Run<?, ?> failure = buildWithResult(job, Result.FAILURE);

assertThat(getConsoleLog(failure))
.contains("java.lang.IllegalArgumentException: There is already the same child [METHOD] Enumerate()");
.contains("java.lang.IllegalArgumentException: There is already a child [METHOD] Enumerate()");

job.setDefinition(new CpsFlowDefinition(
"node {\n"
Expand Down

0 comments on commit c2b21dc

Please sign in to comment.