feat: rename

This commit is contained in:
莘权 马 2024-03-20 16:33:23 +08:00
parent b78d64f39e
commit 13f5fa73e0
2 changed files with 18 additions and 18 deletions

View file

@ -4,13 +4,13 @@ from pathlib import Path
import pytest
from metagpt.actions.learn_readme import LearnReadMe
from metagpt.actions.extract_readme import ExtractReadMe
from metagpt.llm import LLM
@pytest.mark.asyncio
async def test_learn_readme(context):
action = LearnReadMe(
action = ExtractReadMe(
name="RedBean",
i_context=str(Path(__file__).parent.parent.parent.parent),
llm=LLM(),