Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yanavasileva committed Nov 29, 2024
1 parent ca305d7 commit b0c6eb1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void init() {
}

@Test
@Deployment(resources = { "org/camunda/bpm/engine/test/jobexecutor/simpleAsyncDelayProcess.bpmn20.xml" })
@Deployment(resources = { "org/camunda/bpm/engine/test/jobexecutor/SimpleAsyncDelayProcess.bpmn20.xml" })
public void shouldLogJobsQueuedForExecution() {
// Replace job executor with one that has custom threadpool executor settings
JobExecutionLoggingTest.TestJobExecutor testJobExecutor = new JobExecutionLoggingTest.TestJobExecutor();
Expand Down Expand Up @@ -88,7 +88,7 @@ public void shouldLogJobsQueuedForExecution() {
}

@Test
@Deployment(resources = { "org/camunda/bpm/engine/test/jobexecutor/simpleAsyncDelayProcess.bpmn20.xml" })
@Deployment(resources = { "org/camunda/bpm/engine/test/jobexecutor/SimpleAsyncDelayProcess.bpmn20.xml" })
public void shouldLogJobsInExecution() {
// Replace job executor with one that has custom threadpool executor settings
JobExecutionLoggingTest.TestJobExecutor testJobExecutor = new JobExecutionLoggingTest.TestJobExecutor();
Expand All @@ -113,7 +113,7 @@ public void shouldLogJobsInExecution() {
}

@Test
@Deployment(resources = { "org/camunda/bpm/engine/test/jobexecutor/simpleAsyncDelayProcess.bpmn20.xml" })
@Deployment(resources = { "org/camunda/bpm/engine/test/jobexecutor/SimpleAsyncDelayProcess.bpmn20.xml" })
public void shouldLogAvailableJobExecutionThreads() {
// Replace job executor with one that has custom threadpool executor settings
JobExecutionLoggingTest.TestJobExecutor testJobExecutor = new JobExecutionLoggingTest.TestJobExecutor();
Expand Down

0 comments on commit b0c6eb1

Please sign in to comment.