Remove unnecessary comments in test

M1nd3r/thp5
M1nd3r 2 months ago committed by M1nd3r
parent 7ade02e2b7
commit 09f0dc135a

@ -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