Skip to content

Commit

Permalink
fix Circuit instantiation after rebase to master
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Jan 2, 2014
1 parent f59fe6f commit a2083d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_circuit.py
Expand Up @@ -99,7 +99,7 @@ def test_unlisten(self):
def test_path_update(self):
cp = TorControlProtocol()
state = TorState(cp, False)
circuit = Circuit(state, cp)
circuit = Circuit(state)
circuit.update('1 EXTENDED $E11D2B2269CC25E67CA6C9FB5843497539A74FD0=eris PURPOSE=GENERAL'.split())
self.assertEqual(1, len(circuit.path))
self.assertEqual('$E11D2B2269CC25E67CA6C9FB5843497539A74FD0', circuit.path[0].id_hex)
Expand Down

0 comments on commit a2083d1

Please sign in to comment.