diff --git a/test/com/greenmoonsoftware/eightpuzzle/BoardStateTests/CalculateCostTests.java b/test/com/greenmoonsoftware/eightpuzzle/BoardStateTests/CalculateCostTests.java index e38728f..75cda79 100644 --- a/test/com/greenmoonsoftware/eightpuzzle/BoardStateTests/CalculateCostTests.java +++ b/test/com/greenmoonsoftware/eightpuzzle/BoardStateTests/CalculateCostTests.java @@ -1,7 +1,6 @@ package com.greenmoonsoftware.eightpuzzle.BoardStateTests; -import com.greenmoonsoftware.eightpuzzle.ApplicationState; import com.greenmoonsoftware.eightpuzzle.BoardState; public class CalculateCostTests extends TestBase {