From bb5b1a7a91a787188814b34037e1af85e22124d7 Mon Sep 17 00:00:00 2001 From: Brady Date: Tue, 25 Sep 2018 09:08:29 -0500 Subject: [PATCH] Rename ActionCosts...Test that one --- ...nesThatMakeMickeyDieInsideTest.java => ActionCostsTest.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/test/java/baritone/pathing/movement/{ActionCostsButOnlyTheOnesThatMakeMickeyDieInsideTest.java => ActionCostsTest.java} (96%) diff --git a/src/test/java/baritone/pathing/movement/ActionCostsButOnlyTheOnesThatMakeMickeyDieInsideTest.java b/src/test/java/baritone/pathing/movement/ActionCostsTest.java similarity index 96% rename from src/test/java/baritone/pathing/movement/ActionCostsButOnlyTheOnesThatMakeMickeyDieInsideTest.java rename to src/test/java/baritone/pathing/movement/ActionCostsTest.java index c1ce1471..a3108c59 100644 --- a/src/test/java/baritone/pathing/movement/ActionCostsButOnlyTheOnesThatMakeMickeyDieInsideTest.java +++ b/src/test/java/baritone/pathing/movement/ActionCostsTest.java @@ -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