Add loops and multi-edges to the test graph, fix neighbors() test
This commit is contained in:
@@ -267,5 +267,4 @@ mod tests {
|
||||
graph.delete_edge(f);
|
||||
assert_eq!(graph.edge_count(), 0, "unexpected edge count after delete");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user