Skip to content

Commit

Permalink
Remove irrelevant assertion from test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend authored Oct 16, 2024
1 parent 6896b36 commit bf02180
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/commands/base/test_update_cookiecutter_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,6 @@ def test_repo_clone_error(stderr_string, error_message, base_command, mock_git):
branch="briefcase-template",
)

base_command.tools.git.Repo.clone_from.assert_called_once_with(
url="https://example.com",
to_path=base_command.data_path / "templates" / "example.com",
filter=["blob:none"],
no_checkout=True,
)


def test_existing_repo_template(base_command, mock_git):
"""If a previously known URL template is specified it is used."""
Expand Down

0 comments on commit bf02180

Please sign in to comment.