Procházet zdrojové kódy

minor lrucache test fix

Thomas Waldmann před 10 roky
rodič
revize
e5b647fbd1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      borg/testsuite/lrucache.py

+ 1 - 1
borg/testsuite/lrucache.py

@@ -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