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

Commit

Permalink
dont warn about not using guards
Browse files Browse the repository at this point in the history
  • Loading branch information
aagbsn committed Mar 20, 2018
1 parent 5828219 commit b0351e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def setUp(self):
@defer.inlineCallbacks
def test_circuit_lifecycle(self):
path = self.random_path()
circ = yield self.tor_state.build_circuit(path)
circ = yield self.tor_state.build_circuit(path, False)
yield circ.when_built()
self.assertIsInstance(circ, Circuit)
self.assertEqual(circ.path, path)
Expand Down

0 comments on commit b0351e8

Please sign in to comment.