Remove unnecessary comments in test

M1nd3r/thp2
M1nd3r 3 months ago committed by M1nd3r
parent aa346086c3
commit fa82bb1132

@ -104,10 +104,10 @@ class TestWireTrezorHostProtocolV1(unittest.TestCase):
with self.assertRaises(StopIteration) as e:
gen.send(cid_req_message)
gen.send(None) # TODO fix this weird behaviour
gen.send(None)
gen.send(message)
gen.send(None) # TODO fix this weird behaviour
gen.send(None) # TODO fix this weird behaviour
gen.send(None)
gen.send(None)
# e.value is StopIteration. e.value.value is the return value of the call
result = e.value.value

Loading…
Cancel
Save