diff options
Diffstat (limited to 'test/unit/common/test_fs_utils.py')
-rw-r--r-- | test/unit/common/test_fs_utils.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/common/test_fs_utils.py b/test/unit/common/test_fs_utils.py index 28354ee..eb6faa0 100644 --- a/test/unit/common/test_fs_utils.py +++ b/test/unit/common/test_fs_utils.py @@ -32,8 +32,8 @@ def mock_os_fsync(fd): def mock_tpool_execute(func, *args, **kwargs): func(*args, **kwargs) -class TestUtils(unittest.TestCase): - """ Tests for common.utils """ +class TestFsUtils(unittest.TestCase): + """ Tests for common.fs_utils """ def test_do_walk(self): # create directory structure |