Skip to content

Commit eee99d6

Browse files
committed
remove todo from dag_connect
1 parent 56b758c commit eee99d6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/data/scenario_connect_dag.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ def run_test(self):
9393
self.assert_connection(eight_peers, 9, ConnectionType.DNS)
9494
self.assert_connection(nine_peers, 8, ConnectionType.IP)
9595

96-
# TODO: This needs to cause the test to fail
97-
# assert False
98-
9996
self.log.info(
10097
f"Successfully ran the connect_dag.py scenario using a temporary file: "
10198
f"{os.path.basename(__file__)} "

0 commit comments

Comments
 (0)