Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 25, 2024
1 parent 9d7eaaf commit c5537f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions integration_tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ def test_create_robyn_app():
"project_type": "no-db",
}
with patch("robyn.cli.os.makedirs") as mock_makedirs:
with patch("robyn.cli.shutil.copytree") as mock_copytree, patch(
"robyn.os.remove"
) as mock_remove:
with patch("robyn.cli.shutil.copytree") as mock_copytree, patch("robyn.os.remove") as mock_remove:
create_robyn_app()
mock_makedirs.assert_called_once()
mock_copytree.assert_called_once()
Expand Down

0 comments on commit c5537f1

Please sign in to comment.