standardize on this
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user