From 599144db8849d2bb30e64b4c26f12583225340bf Mon Sep 17 00:00:00 2001 From: Erick Lara Date: Tue, 17 Mar 2020 00:07:40 -0600 Subject: [PATCH] Small fix on the test description to match the code --- tests/test_graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_graph.py b/tests/test_graph.py index b9794edf0..83d35293b 100644 --- a/tests/test_graph.py +++ b/tests/test_graph.py @@ -219,7 +219,7 @@ def test_count_connected_components(self): """ Test Function that test the different cases of count connected components - 0----------2 1--------5 3 + 2----------0 1--------5 3 | | 4