Skip to content

Commit

Permalink
fix(engine): Remove sysout
Browse files Browse the repository at this point in the history
related to camunda#4205
  • Loading branch information
punitdarira committed Jun 29, 2024
1 parent bdde986 commit 100fa5b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,6 @@ public void shouldSetProcessInstanceAndDefinitionIdInHistoryJobLog() {

// then
HistoricJobLog jobLog = historyService.createHistoricJobLogQuery().jobDefinitionType(Batch.TYPE_PROCESS_INSTANCE_RESTART).list().get(0);
System.out.println(jobLog);

assertEquals(processInstance.getProcessDefinitionId(), jobLog.getProcessDefinitionId());
assertEquals(processInstance.getRootProcessInstanceId(), jobLog.getProcessInstanceId());
Expand Down

0 comments on commit 100fa5b

Please sign in to comment.