File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
enigma-cli/src/test/java/org/quiltmc/enigma/command Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public class DropInvalidMappingsTest extends CommandTest {
1313 private static final Path LONE_JAR = TestUtil .obfJar ("lone_class" );
1414 private static final Path INNER_JAR = TestUtil .obfJar ("inner_classes" );
1515 private static final Path ENUMS_JAR = TestUtil .obfJar ("enums" );
16- private static final Path DROP_INVALID_MAPPINGS_JAR = TestUtil .obfJar ("z_drop_invalid_mappings " );
16+ private static final Path DROP_INVALID_MAPPINGS_JAR = TestUtil .obfJar ("drop_invalid_mappings " );
1717 private static final Path INPUT_DIR = getResource ("/drop_invalid_mappings/input/" );
1818 private static final Path EXPECTED_DIR = getResource ("/drop_invalid_mappings/expected/" );
1919
You can’t perform that action at this time.
0 commit comments