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 Sep 28, 2024
1 parent b5895dd commit f155900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def test_create_robyn_app_simple():
mock_makedirs.assert_called_once()
mock_copytree.assert_called_once()


def test_create_robyn_app_structured():
with patch("robyn.cli.prompt") as mock_prompt:
mock_prompt.return_value = {
Expand All @@ -33,7 +34,6 @@ def test_create_robyn_app_structured():
mock_copytree.assert_called_once()



def test_docs():
with patch("robyn.cli.webbrowser.open") as mock_open:
docs()
Expand Down

0 comments on commit f155900

Please sign in to comment.