diff --git a/protected/java/test/org/broadinstitute/sting/gatk/walkers/annotator/WalkerTestIntegrationTest.java b/protected/java/test/org/broadinstitute/sting/gatk/walkers/WalkerTestIntegrationTest.java similarity index 99% rename from protected/java/test/org/broadinstitute/sting/gatk/walkers/annotator/WalkerTestIntegrationTest.java rename to protected/java/test/org/broadinstitute/sting/gatk/walkers/WalkerTestIntegrationTest.java index fb15e9835..1e4d6fbf2 100644 --- a/protected/java/test/org/broadinstitute/sting/gatk/walkers/annotator/WalkerTestIntegrationTest.java +++ b/protected/java/test/org/broadinstitute/sting/gatk/walkers/WalkerTestIntegrationTest.java @@ -44,7 +44,7 @@ * 7.7 Governing Law. This Agreement shall be construed, governed, interpreted and applied in accordance with the internal laws of the Commonwealth of Massachusetts, U.S.A., without regard to conflict of laws principles. */ -package org.broadinstitute.sting.gatk.walkers.annotator; +package org.broadinstitute.sting.gatk.walkers; import org.broadinstitute.sting.WalkerTest; import org.testng.annotations.Test;