Fix compiler error

This commit is contained in:
Brady 2018-09-24 20:45:16 -05:00
parent 40bea503c3
commit 80a734141c
No known key found for this signature in database
GPG Key ID: 73A788379A197567

View File

@ -19,7 +19,7 @@ package baritone.pathing.movement;
import org.junit.Test;
import static baritone.api.pathing.movement.ActionCostsButOnlyTheOnesThatMakeMickeyDieInside.*;
import static baritone.api.pathing.movement.ActionCosts.*;
import static org.junit.Assert.assertEquals;
public class ActionCostsButOnlyTheOnesThatMakeMickeyDieInsideTest {