Skip to content

Commit

Permalink
Fix failing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarrez committed Oct 24, 2024
1 parent aedc94c commit 1b8fb26
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ public void testHistoricPlanItemInstanceResource() {
+ " endedTime: null,"
+ " lastUpdatedTime: '${json-unit.any-string}',"
+ " startUserId: null,"
+ " assignee: null,"
+ " completedBy: null,"
+ " referenceId: null,"
+ " referenceType: null,"
+ " entryCriterionId: null,"
Expand Down Expand Up @@ -213,6 +215,8 @@ public void testHistoricPlanItemInstanceResource() {
+ " endedTime: null,"
+ " lastUpdatedTime: '${json-unit.any-string}',"
+ " startUserId: null,"
+ " assignee: null,"
+ " completedBy: null,"
+ " referenceId: null,"
+ " referenceType: null,"
+ " entryCriterionId: null,"
Expand Down Expand Up @@ -264,6 +268,8 @@ public void testHistoricPlanItemInstanceResource() {
+ " endedTime: null,"
+ " lastUpdatedTime: '${json-unit.any-string}',"
+ " startUserId: null,"
+ " assignee: null,"
+ " completedBy: null,"
+ " referenceId: '${json-unit.any-string}',"
+ " referenceType: 'cmmn-1.1-to-cmmn-1.1-child-human-task',"
+ " entryCriterionId: null,"
Expand Down

0 comments on commit 1b8fb26

Please sign in to comment.