Skip to content

Commit

Permalink
fix: mock in test_tool_download
Browse files Browse the repository at this point in the history
  • Loading branch information
Karrenbelt committed Dec 24, 2022
1 parent 5deedf3 commit 67ac9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/aea-cli-ipfs/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def test_tool_download() -> None:
), TemporaryDirectory() as tmp_dir, patch(
"os.path.isdir", return_value=True
), patch(
"shutil.copytree"
"shutil.copy"
), patch(
"os.listdir", return_value=["1"]
), patch(
Expand Down

0 comments on commit 67ac9a1

Please sign in to comment.