rm redundant

This commit is contained in:
yzlin 2024-01-04 20:58:44 +08:00
parent 8b58166a7a
commit ab04f610a3
2 changed files with 1 additions and 14 deletions

File diff suppressed because one or more lines are too long

View file

@ -8,14 +8,7 @@
import pytest
from metagpt.actions import CollectLinks, research
@pytest.mark.asyncio
async def test_action():
action = CollectLinks()
result = await action.run(topic="baidu")
assert result
from metagpt.actions import research
@pytest.mark.asyncio