Skip to content

Commit 6d1515d

Browse files
authored
Merge pull request #644 from ericklarac/master
Small fix on the test description to match the code
2 parents 3cdb399 + 599144d commit 6d1515d

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)