commit cb5a49602ffb6fb04c2c32d0866cd0a331b5e9ab Author: Damian Johnson atagar@torproject.org Date: Tue Aug 14 12:57:36 2018 -0700
Fixup last commit
Damn me. Forgot to do amend the last commit with my last fixup before pushing. --- test/unit/control/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/unit/control/controller.py b/test/unit/control/controller.py index c7fd0f96..156e62c5 100644 --- a/test/unit/control/controller.py +++ b/test/unit/control/controller.py @@ -693,7 +693,7 @@ class TestControl(unittest.TestCase): self._emit_event(BAD_EVENT) self.circ_listener.assert_not_called() self.bw_listener.assert_not_called() - self.malformed_listener.assert_called_once_with(casted_bad_event) + self.malformed_listener.assert_called_once_with(expected_bad_event)
self._emit_event(BW_EVENT) self.bw_listener.assert_called_once_with(BW_EVENT)