standardize on this

This commit is contained in:
Leijurv
2019-09-19 13:40:46 -07:00
parent 23a592ec01
commit 0a38e6f690
101 changed files with 110 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ import static baritone.api.pathing.movement.ActionCosts.*;
import static org.junit.Assert.assertEquals;
public class ActionCostsTest {
@Test
public void testFallNBlocksCost() {
assertEquals(FALL_N_BLOCKS_COST.length, 257); // Fall 0 blocks through fall 256 blocks

View File

@@ -22,6 +22,7 @@ import org.junit.Test;
import static org.junit.Assert.assertTrue;
public class PathingBlockTypeTest {
@Test
public void testBits() {
for (PathingBlockType type : PathingBlockType.values()) {