Fix logging name on SelectVariantsIntegrationTest::testInvertMendelianViolationSelection()

This commit is contained in:
Laura Gauthier 2015-07-22 08:58:11 -04:00
parent 66cf22b28f
commit 4fefedfb0b
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