@@ -25,8 +25,6 @@ public class PlayerHistoryTrackerTests {
2525 @ TestHolder
2626 @ EmptyTemplate (EmptyTestSizes .ONE_CUBED )
2727 public static void failsPlayerGoingTooFar (final GameTestHelper test ) {
28- CompactMachines .reloadServices ("dev.compactmods.machines.test" , test .getLevel ().getServer ());
29-
3028 final var history = new PlayerEntryPointHistoryManager (1 );
3129
3230 final var player = test .makeMockPlayer (GameType .SURVIVAL );
@@ -43,8 +41,6 @@ public static void failsPlayerGoingTooFar(final GameTestHelper test) {
4341 @ GameTest (timeoutTicks = 1400 )
4442 @ EmptyTemplate (EmptyTestSizes .ONE_CUBED )
4543 public static void canGetPlayerHistory (final GameTestHelper test ) throws InterruptedException {
46- CompactMachines .reloadServices ("dev.compactmods.machines.test" , test .getLevel ().getServer ());
47-
4844 final var history = new PlayerEntryPointHistoryManager (5 );
4945
5046 final var player = test .makeMockPlayer (GameType .SURVIVAL );
@@ -74,8 +70,6 @@ public static void canGetPlayerHistory(final GameTestHelper test) throws Interru
7470 @ GameTest (timeoutTicks = 1400 )
7571 @ EmptyTemplate (EmptyTestSizes .ONE_CUBED )
7672 public static void canRemovePlayerHistory (final GameTestHelper test ) throws InterruptedException {
77- CompactMachines .reloadServices ("dev.compactmods.machines.test" , test .getLevel ().getServer ());
78-
7973 final var history = new PlayerEntryPointHistoryManager (5 );
8074 final var player = test .makeMockPlayer (GameType .SURVIVAL );
8175
@@ -103,8 +97,6 @@ public static void canRemovePlayerHistory(final GameTestHelper test) throws Inte
10397 @ GameTest (timeoutTicks = 1400 )
10498 @ EmptyTemplate (EmptyTestSizes .ONE_CUBED )
10599 public static void testDataLogic (final GameTestHelper test ) throws InterruptedException {
106- CompactMachines .reloadServices ("dev.compactmods.machines.test" , test .getLevel ().getServer ());
107-
108100 final var history = new PlayerEntryPointHistoryManager (5 );
109101
110102 final var player = test .makeMockPlayer (GameType .SURVIVAL );
0 commit comments