Skip to content

Commit

Permalink
[Tests] Fix git-related tests default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Mar 3, 2024
1 parent ddffa16 commit 0359684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cond_run_git_commit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def set_up_git_repository(tmp_path: pathlib.Path):
def run(args: Iterable[Any]):
run_git_command(tmp_path, args)

run(["init"])
run(["init", "--initial-branch", "master"])
run(["add", "COND", "cond_config.toml", "copy.py", "generate.sh"])
run(["commit", "-m", "First commit."])

Expand Down

0 comments on commit 0359684

Please sign in to comment.