From a36c58c0df2dded4419dcc76e82507f06f7e1948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=98=E6=9D=83=20=E9=A9=AC?= Date: Fri, 22 Mar 2024 20:01:45 +0800 Subject: [PATCH] refactor: unit test --- tests/metagpt/utils/test_repo_to_markdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/metagpt/utils/test_repo_to_markdown.py b/tests/metagpt/utils/test_repo_to_markdown.py index efd38e8ab..28bdf87b7 100644 --- a/tests/metagpt/utils/test_repo_to_markdown.py +++ b/tests/metagpt/utils/test_repo_to_markdown.py @@ -12,7 +12,7 @@ from metagpt.utils.repo_to_markdown import repo_to_markdown ["repo_path", "output"], [ ( - Path(__file__).parent.parent.parent.parent, + Path(__file__).parent.parent.parent, Path(__file__).parent / f"../../../workspace/unittest/{uuid.uuid4().hex}.md", ), ],