mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-06 01:32:36 +00:00
Update test_main.py
typo error
This commit is contained in:
@@ -85,7 +85,7 @@ def test_install_success(mock_get, mock_subprocess_run):
|
||||
env=unittest.mock.ANY
|
||||
)
|
||||
|
||||
assert "Succesfully installed sample-tool" in output
|
||||
assert "Successfully installed sample-tool" in output
|
||||
|
||||
|
||||
@patch("crewai.cli.plus_api.PlusAPI.get_tool")
|
||||
|
||||
Reference in New Issue
Block a user