Improve test

This commit is contained in:
Matthias 2022-03-13 16:45:11 +01:00
parent 3133be19e3
commit 32c06f4a05
1 changed files with 2 additions and 0 deletions

View File

@ -26,7 +26,9 @@ def test_ttl_cache():
assert 'a' in cache1h
t.move_to("2021-09-01 05:59:59 +00:00")
assert 'a' not in cache
assert 'a' in cache1h
t.move_to("2021-09-01 06:00:00 +00:00")
assert 'a' not in cache
assert 'a' not in cache1h