minor lrucache test fix

This commit is contained in:
Thomas Waldmann 2015-08-15 16:15:10 +02:00
parent 986b70c189
commit e5b647fbd1
1 changed files with 1 additions and 1 deletions

View File

@ -48,5 +48,5 @@ class TestLRUCache:
assert 2 not in c
assert f2.closed
c.clear()
assert not c.items()
assert c.items() == set()
assert f3.closed