Skip to content

Commit 599144d

Browse files
committed
Small fix on the test description to match the code
1 parent 3cdb399 commit 599144d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def test_count_connected_components(self):
219219
"""
220220
Test Function that test the different cases of count connected components
221221
222-
0----------2 1--------5 3
222+
2----------0 1--------5 3
223223
|
224224
|
225225
4

0 commit comments

Comments
 (0)