Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Sep 4, 2024
1 parent 38b02db commit 55b8316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/imixs/example/TestBPMN.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void testBasic() {
workitem = workflowEnvironment.getWorkflowService().processWorkItem(workitem);

Assert.assertNotNull(workitem);
Assert.assertEquals(1100, workitem.getTaskID());
Assert.assertEquals(11001, workitem.getTaskID());

// test $readaccess
Assert.assertTrue(workitem.getItemValueString(WorkflowService.READACCESS).isEmpty());
Expand Down

0 comments on commit 55b8316

Please sign in to comment.