Skip to content

Commit 52d68f9

Browse files
committed
Ignore outputFolder parameter in test
1 parent bc3eda3 commit 52d68f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/scijava/batch/BatchServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public void testModuleBatchProcessor() {
6868
inputMap.put("moduleInfo", scriptInfo);
6969
inputMap.put("inputChoice", "input");
7070
inputMap.put("inputFileList", files);
71-
inputMap.put("outputFolder", null);
71+
//inputMap.put("outputFolder", null);
7272
ModuleService moduleService = context.getService(ModuleService.class);
7373
CommandService commandService = context
7474
.getService(CommandService.class);

0 commit comments

Comments
 (0)