diff --git a/be-graphes-algos/src/test/java/org/insa/graphs/algorithm/utils/AStarTest.java b/be-graphes-algos/src/test/java/org/insa/graphs/algorithm/utils/AStarTest.java deleted file mode 100644 index d1dc628..0000000 --- a/be-graphes-algos/src/test/java/org/insa/graphs/algorithm/utils/AStarTest.java +++ /dev/null @@ -1,12 +0,0 @@ -package org.insa.graphs.algorithm.utils; - -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertFalse; -import static org.junit.Assert.assertTrue; - -import org.junit.BeforeClass; -import org.junit.Test; - -public class AStarTest { - -}