Merge branch '11332-fix-crunchscript' refs #11332
[arvados.git] / services / fuse / tests / test_cache.py
index f90c5b0bb89c7a811048bf03a6c73f8f903cfb75..745c6f7b31e744546c5268e9f429283cbcf31eac 100644 (file)
@@ -11,7 +11,7 @@ import unittest
 from .integration_test import IntegrationTest
 from .mount_test_base import MountTestBase
 
-class TmpCollectionTest(IntegrationTest):
+class CacheTest(IntegrationTest):
     mnt_args = ["--by-id", "--directory-cache=0"]
 
     @IntegrationTest.mount(argv=mnt_args)