diff --git a/src/allmydata/test/test_runner.py b/src/allmydata/test/test_runner.py index bce5b3c20..9830487f3 100644 --- a/src/allmydata/test/test_runner.py +++ b/src/allmydata/test/test_runner.py @@ -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 = []