Fixes issue #2

This commit is contained in:
joachimschmidt557 2019-02-15 15:01:48 +01:00
parent ae2c6c321f
commit 526d15f2c7
3 changed files with 40 additions and 14 deletions

View file

@ -21,7 +21,7 @@ public class GraphConnectionTest {
testGraph.addEdge(a, b);
testGraph.addEdge(a, c);
testGraph.addEdge(c, d);
testGraph.addEdge(d, c);
assertTrue(testGraph.allNodesConnected());