Rename ActionCosts...Test
that one
This commit is contained in:
parent
7632f0184c
commit
bb5b1a7a91
@ -22,7 +22,7 @@ import org.junit.Test;
|
||||
import static baritone.api.pathing.movement.ActionCosts.*;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
public class ActionCostsButOnlyTheOnesThatMakeMickeyDieInsideTest {
|
||||
public class ActionCostsTest {
|
||||
@Test
|
||||
public void testFallNBlocksCost() {
|
||||
assertEquals(FALL_N_BLOCKS_COST.length, 257); // Fall 0 blocks through fall 256 blocks
|
Loading…
Reference in New Issue
Block a user