Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
manan164 committed Sep 15, 2023
1 parent 0e153f6 commit 4d0060b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ class WorkflowAndTaskConfigurationSpec extends AbstractSpecification {
tasks[0].taskType == 'WAIT'
tasks[0].status == Task.Status.TIMED_OUT
tasks[1].taskType == 'WAIT'
tasks[1].status == Task.Status.IN_PROGRESS
tasks[1].status == Task.Status.SCHEDULED
}

when: "The wait task is completed"
Expand Down

0 comments on commit 4d0060b

Please sign in to comment.