瀏覽代碼

skip case

quyuan 1 年之前
父節點
當前提交
a6be18fb52
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/test_cli/lib/common.py

+ 1 - 1
tests/test_cli/lib/common.py

@@ -17,7 +17,7 @@ def count_folders_and_check_contents(directory):
                 folder_count = folder_count + 1
                 assert os.listdir(folder_path) is not None
     print (folder_count)
-    assert folder_count == 13
+    assert folder_count == 14
 
 
 if __name__ == "__main__":