Skip to content

Commit

Permalink
cicd-fix-task-action-test (#1070)
Browse files Browse the repository at this point in the history
- fix TaskActionTest due to wrong word
  • Loading branch information
tphvu-axonivy authored Sep 20, 2024
1 parent aed5031 commit 3cfee39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class TaskActionTest extends BaseTest {
private static final String DONE = "Done";
private static final String SUSPENDED = "Suspended";
private static final String IN_PROGRESS = "In progress";
private static final String READY_FOR_JOINING = "Ready for joining";
private static final String READY_FOR_JOINING = "Ready for join";
private static final String RESERVED = "Reserved";
private static final String DELAYED = "Delayed";
private static final String DESTROYED = "Destroyed";
Expand Down

0 comments on commit 3cfee39

Please sign in to comment.