Skip to content

Commit

Permalink
Update PipelineManagerTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Dec 27, 2023
1 parent d8f0308 commit 083b0e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class PipelineManagerTest {
@Test
public void testUniqueName() {
TestUtils.loadLibraries();
PipelineManager manager = new PipelineManager(new DriverModePipelineSettings(), List.of());
PipelineManager manager = new PipelineManager(new DriverModePipelineSettings(), List.of(), 0);
manager.addPipeline(PipelineType.Reflective, "Another");

// We now have ["New Pipeline", "Another"]
Expand Down

0 comments on commit 083b0e1

Please sign in to comment.