Skip to content

Commit f230c65

Browse files
update jar name in DropInvalidMappingsTest
1 parent b69f197 commit f230c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enigma-cli/src/test/java/org/quiltmc/enigma/command/DropInvalidMappingsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)