Skip to content

Commit

Permalink
https://github.com/gbif/pipelines/issues/1078
Browse files Browse the repository at this point in the history
fixing it test, steps count
  • Loading branch information
fmendezh committed Sep 24, 2024
1 parent b81871a commit 5bf7233
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public void invalidChildSystemProcessTest() {
assertEquals(0, PUBLISHER.getMessages().size());

Map<StepType, PipelineStep> result = historyClient.getStepMap();
Assert.assertEquals(5, result.size());
Assert.assertEquals(6, result.size());

Assert.assertEquals(1, historyClient.getPipelineExecutionMap().size());
Assert.assertEquals(1, historyClient.getPipelineProcessMap().size());
Expand Down

0 comments on commit 5bf7233

Please sign in to comment.