浏览代码

[Refacto] Fix typo in previous commit

monf 8 年之前
父节点
当前提交
fdf437a7d4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Tests/test_utils.py

+ 1 - 1
Tests/test_configmanager_utils.py → Tests/test_utils.py

@@ -12,7 +12,7 @@ class TestUtils(unittest.TestCase):
     def setUp(self):
         pass
 
-    def test_get_current_file_parent_parent_path(self):
+    def test_get_current_file_parent_path(self):
         """
         Expect to get back the parent path file
         """