Skip to content

Commit

Permalink
Chore: remove extra semicolon (flowable#3795)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmalkovsky committed Dec 5, 2023
1 parent 3131ca5 commit 09dbf70
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1239,8 +1239,8 @@ public void testUnaquireWithJobIdWrongWorkerId() {
+ ", jobHandlerType=cmmn-external-worker-complete, jobType=externalWorker, elementId=externalWorkerTask, correlationId="
+ job.getCorrelationId() + ", scopeId=" + job.getScopeId()
+ ", subScopeId=" + job.getSubScopeId() + ", scopeType=cmmn, scopeDefinitionId=" + job.getScopeDefinitionId()
+ "] is locked with a different worker id");;
+ "] is locked with a different worker id");

cmmnManagementService.unacquireExternalWorkerJob(job.getId(), "testWorker1");
assertThat(query.count()).isEqualTo(0);

Expand Down

0 comments on commit 09dbf70

Please sign in to comment.