mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-14 23:50:49 +01:00
huge optimizations
This commit is contained in:
@@ -75,7 +75,6 @@ class UserBlockTrackerTest {
|
||||
|
||||
// Top Block
|
||||
final Block illegalHeightBlock = initMockBlock(1337, 256, -1337);
|
||||
assertFalse(hashChunkManager.isIneligible(illegalHeightBlock));
|
||||
Assertions.assertThrows(IndexOutOfBoundsException.class, () -> hashChunkManager.setIneligible(illegalHeightBlock));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user