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:
parent
986b70c189
commit
e5b647fbd1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue