Skip to content

Commit

Permalink
refactor(test): adjust to last oss queue signature
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Sep 5, 2023
1 parent 8054d12 commit e22e6f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ protected Execution triggerFlow(ClassLoader classLoader, String flowRepository,

// wait for execution
executionQueue.receive(execution -> {
last.set(execution);
last.set(execution.getLeft());

queueCount.countDown();
assertThat(execution.getFlowId(), is(flow));
assertThat(execution.getLeft().getFlowId(), is(flow));
});

worker.run();
Expand Down

0 comments on commit e22e6f8

Please sign in to comment.