X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0821f5481edd016a3744bb50d97a9e5b99cd1a0f..55100cd265eea01c9df1a369092ee6b49214c2ac:/services/fuse/tests/test_inodes.py diff --git a/services/fuse/tests/test_inodes.py b/services/fuse/tests/test_inodes.py index f9d73b6ef7..07e6036d08 100644 --- a/services/fuse/tests/test_inodes.py +++ b/services/fuse/tests/test_inodes.py @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + import arvados_fuse import mock import unittest @@ -108,7 +112,7 @@ class InodeTests(unittest.TestCase): cache.touch(ent3) self.assertFalse(ent1.clear.called) self.assertFalse(ent3.clear.called) - self.assertTrue(ent3.kernel_invalidate.called) + self.assertFalse(ent3.kernel_invalidate.called) self.assertEqual(1100, cache.total()) # ent1 still in use, ent3 doesn't have ref,