Add assert to testMissingAlleleSpecificAnnotationGroup (#1587)
This commit is contained in:
parent
4a0458b2e9
commit
1d6756fbd0
|
|
@ -612,6 +612,7 @@ public class GenotypeGVCFsIntegrationTest extends WalkerTest {
|
||||||
final WalkerTestSpec spec = new WalkerTestSpec(cmd, 1, Collections.singletonList(""));
|
final WalkerTestSpec spec = new WalkerTestSpec(cmd, 1, Collections.singletonList(""));
|
||||||
spec.disableShadowBCF();
|
spec.disableShadowBCF();
|
||||||
executeTest("testMissingAlleleSpecificAnnotationGroup", spec);
|
executeTest("testMissingAlleleSpecificAnnotationGroup", spec);
|
||||||
|
Assert.assertTrue(FileUtils.readFileToString(logFile).contains(ReferenceConfidenceVariantContextMerger.ADD_AS_STANDARD_MSG));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue