Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nk2IsHere committed Jan 10, 2025
1 parent 4984cff commit dddfc8a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ parchment_mappings_version = 2024.11.17

# Pick which item list mod gets picked at runtime in dev
# Available options: jei, rei, none
runtime_itemlist_mod=rei
runtime_itemlist_mod=none

# Set to wthit, jade, or none to pick which tooltip mod gets picked at runtime
# for the dev environment.
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/appeng/api/stacks/AEKeyTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
import appeng.util.BootstrapMinecraft;
import appeng.util.CodecTestUtil;

// TODO: Fix these tests
@Disabled
@BootstrapMinecraft
class AEKeyTest {
private RegistryAccess registries = RegistryAccess.EMPTY;
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/appeng/util/BootstrapMinecraftExtension.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

public class BootstrapMinecraftExtension implements Extension, BeforeAllCallback, AfterAllCallback {

private static List<String> MOD_IDS_BLACKLIST = List.of("wthit_api", "error_notifier", "roughlyenoughitems");
private static final List<String> MOD_IDS_BLACKLIST = List.of("wthit_api");

private static boolean modInitialized;

Expand Down

0 comments on commit dddfc8a

Please sign in to comment.