Update src/allmydata/test/test_runner.py

Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
This commit is contained in:
meejah 2022-12-01 16:47:40 -07:00 committed by GitHub
parent 1eb4a4adf8
commit 7ffcfcdb67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -661,7 +661,7 @@ class OnStdinCloseTests(SyncTestCase):
def test_exception_ignored(self):
"""
an exception from or on-close function is ignored
An exception from our on-close function is discarded.
"""
reactor = MemoryReactorClock()
called = []