Skip to content

Commit 1301e2d

Browse files
committed
Update test expectations
1 parent 641b832 commit 1301e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public void RunBwaRemote() throws Exception
177177

178178
//check outputs
179179
PipelineJob job2 = PipelineJob.readFromFile(jobFile);
180-
Assert.assertEquals("Incorrect taskId", new TaskId(SequenceAlignmentTask.class), job2.getActiveTaskId());
180+
Assert.assertEquals("Incorrect status", PipelineJob.TaskStatus.complete, job2.getActiveTaskStatus());
181181
File workingFasta = job.getTargetGenome().getWorkingFastaFile();
182182
Assert.assertNotNull("Genome FASTA not set", workingFasta);
183183
Assert.assertTrue("Dictionary file not created", new File(workingFasta.getPath() + ".dict").exists());

0 commit comments

Comments
 (0)