Skip to content

Commit ae38244

Browse files
author
Hardik dadhich
committed
adding line which is deleted
1 parent 9034015 commit ae38244

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_graph.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ def test_bellman_ford(self):
208208
'e': {'a': 7, 'b': 5, 'd': 1}
209209
}
210210

211+
self.assertEqual(True, bellman_ford(graph2, 'a'))
212+
213+
211214
class TestConnectedComponentInGraph(unittest.TestCase):
212215
"""
213216
Class for testing different cases for connected components in graph

0 commit comments

Comments
 (0)