Fixes issue #2
This commit is contained in:
parent
ae2c6c321f
commit
526d15f2c7
3 changed files with 40 additions and 14 deletions
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue