X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0c01dc225cf57ec886b952440abd0764a85c7a67..d2f68bd1e108c3f2dda2322c427050d019b17e04:/services/fuse/tests/test_inodes.py diff --git a/services/fuse/tests/test_inodes.py b/services/fuse/tests/test_inodes.py index 82bb7164a9..2c5f3dcef8 100644 --- a/services/fuse/tests/test_inodes.py +++ b/services/fuse/tests/test_inodes.py @@ -81,6 +81,7 @@ class InodeTests(unittest.TestCase): # Delete ent1 ent1.clear.return_value = True + ent1.ref_count = 0 inodes.del_entry(ent1) self.assertEqual(0, cache.total()) cache.touch(ent3)