Skip to content

Commit

Permalink
changed test for git clone command
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron99B committed May 15, 2024
1 parent e61757b commit bdfc2ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cli/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def test_clone_command(dummy_repo_info: GitRepoInfo):
expected_cmd = [
"git",
"clone",
"--recursive",
DUMMY_CLONE_URL,
"--branch",
DUMMY_BRANCH,
Expand Down

0 comments on commit bdfc2ca

Please sign in to comment.