Commit a6be18fb authored by quyuan's avatar quyuan
Browse files

skip case

parent e76bc9fa
......@@ -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__":
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment