Merge "tests: Remove errant print"

This commit is contained in:
Zuul 2024-08-07 12:11:26 +00:00 committed by Gerrit Code Review
commit d921892f5d

View File

@ -279,7 +279,6 @@ class TestTinyDAG(base.TestCase):
for node in sot.walk(timeout=1):
executor.submit(test_walker_fn, sot, node, sorted_list)
self._verify_order(sot.graph, sorted_list)
print(sorted_list)
self.assertEqual(len(self.test_graph.keys()), len(sorted_list))
def test_walk_raise(self):