addressing PR comments

This commit is contained in:
Samuel Lee 2015-09-24 15:42:51 -04:00
parent 0dacf60012
commit c7f76b945e
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,7 @@ public class GenotypeGVCFsIntegrationTest extends WalkerTest {
" -V " + privateTestDir + "set.zero.RGQs.no.call.sample2.g.vcf" +
" -L chr16:1279274-1279874 -allSites", hg19ReferenceWithChrPrefixInChromosomeNames),
1,
Arrays.asList("2daf1956e9d4d5f522fa953c6b4a23a4"));
Arrays.asList("d617884b08ee85816f1ba1acf11f1738"));
executeTest("testSetZeroRGQsToNoCall", spec);
}
}