Skip to content

Commit ac2b4e7

Browse files
committed
Test fixes
1 parent 9d36d1f commit ac2b4e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/SequenceIntegrationTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ public void pairedEndTestMovingInputs() throws Exception
12881288

12891289
appendSamplesForImport(config, List.of(g));
12901290

1291-
Set<PipelineJob> jobs = createPipelineJob(jobName, config, SequenceAnalysisController.AnalyzeForm.TYPE.readsetImport, _project);
1291+
Set<PipelineJob> jobs = createPipelineJob(jobName, config, SequenceAnalysisController.AnalyzeForm.TYPE.readsetImport, workbook);
12921292
waitForJobs(jobs);
12931293

12941294
Set<File> expectedOutputs = new HashSet<>();
@@ -1307,7 +1307,7 @@ public void pairedEndTestMovingInputs() throws Exception
13071307
try
13081308
{
13091309
verifyFileOutputs(basedir, expectedOutputs);
1310-
verifyFileInputs(basedir, fileNames, config, prefix, _project);
1310+
verifyFileInputs(basedir, fileNames, config, prefix, workbook);
13111311
validateReadsets(jobs, config);
13121312
}
13131313
catch (Exception e)

0 commit comments

Comments
 (0)