1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-24 16:55:36 +00:00

minor lrucache test fix

This commit is contained in:
Thomas Waldmann 2015-08-15 16:15:10 +02:00
parent 986b70c189
commit e5b647fbd1

View file

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