Merge "tests: Remove errant print"
This commit is contained in:
commit
d921892f5d
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user