There was an error while loading. Please reload this page.
1 parent 2352890 commit faa87f7Copy full SHA for faa87f7
1 file changed
Lib/test/test_logging.py
@@ -5174,6 +5174,7 @@ def test_should_not_rollover(self):
5174
time.sleep(1.1) # a little over a second ...
5175
r = logging.makeLogRecord({'msg': 'testing - device file'})
5176
self.assertFalse(fh.shouldRollover(r))
5177
+ fh.close()
5178
5179
# other test methods added below
5180
def test_rollover(self):
0 commit comments