Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit c9e607b

Browse files
committed
dont warn about not using guards
1 parent 57b0c46 commit c9e607b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_listener.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def setUp(self):
3737
@defer.inlineCallbacks
3838
def test_circuit_lifecycle(self):
3939
path = self.random_path()
40-
circ = yield self.tor_state.build_circuit(path)
40+
circ = yield self.tor_state.build_circuit(path, False)
4141
yield circ.when_built()
4242
self.assertIsInstance(circ, Circuit)
4343
self.assertEqual(circ.path, path)

0 commit comments

Comments
 (0)