Skip to content

Commit

Permalink
fix: test after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum committed Nov 12, 2024
1 parent 21194b9 commit 7c365c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class CreateNlpBatchesFromIndexTest {
public void setUp() {
DatashareTaskFactory factory = mock(DatashareTaskFactory.class);
when(factory.createBatchNlpTask(any(), any())).thenReturn(mock(BatchNlpTask.class));
taskManager = new TaskManagerMemory(new LinkedBlockingQueue<>(), factory);
taskManager = new TaskManagerMemory(new LinkedBlockingQueue<>(), factory, new PropertiesProvider());
}

@After
Expand Down

0 comments on commit 7c365c8

Please sign in to comment.