Merge pull request #1073 from broadinstitute/ldg_SV-MVtestNameFix

Fix logging name on SelectVariantsIntegrationTest::testInvertMendelia…
This commit is contained in:
Geraldine Van der Auwera 2015-07-27 16:54:59 -04:00
commit 5939b4c100
1 changed files with 1 additions and 1 deletions

View File

@ -665,7 +665,7 @@ public class SelectVariantsIntegrationTest extends WalkerTest {
1,
Arrays.asList("35921fb2dedca0ead83027a66b725794"));
executeTest("testMendelianViolationSelection--" + testFile, spec);
executeTest("testInvertMendelianViolationSelection--" + testFile, spec);
}
@Test