master > master: code-rs - minor

This commit is contained in:
RD
2022-04-18 19:03:28 +02:00
parent dc831a91c7
commit 5be654e5db
3 changed files with 13 additions and 12 deletions

View File

@@ -55,7 +55,7 @@ fn fixture_graph3() -> graph::Graph<i32> {
}
// ----------------------------------------------------------------
// Test Graph
// Test Tarjan-Algorithm
// ----------------------------------------------------------------
#[rstest]