mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
missing proto
This commit is contained in:
parent
decb36a8f6
commit
711f6d39e7
@ -668,7 +668,7 @@ class OnStdinCloseTests(SyncTestCase):
|
||||
def onclose():
|
||||
called.append(True)
|
||||
raise RuntimeError("unexpected error")
|
||||
on_stdin_close(reactor, onclose)
|
||||
proto = on_stdin_close(reactor, onclose)
|
||||
self.assertEqual(called, [])
|
||||
|
||||
if platform.isWindows():
|
||||
|
Loading…
Reference in New Issue
Block a user