Kaydet (Commit) 8b4c7198 authored tarafından Vinay Sajip's avatar Vinay Sajip

Issue #17713: additional tweak to test.

üst d86ac96f
......@@ -3993,7 +3993,7 @@ class TimedRotatingFileHandlerTest(BaseFileTest):
if day == wday:
# goes into following week
expected += 7 * 24 * 60 * 60
actual = rh.computeRollover(currentTime + 13 * 60 * 60)
actual = rh.computeRollover(today + 13 * 60 * 60)
self.assertEqual(actual, expected)
finally:
rh.close()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment