Skip to content

Commit

Permalink
Merge pull request #214 from baloise/fix-text-default-branch
Browse files Browse the repository at this point in the history
test: set initial git branch
  • Loading branch information
christiansiegel committed Nov 5, 2023
2 parents 7b9e6ba + 430db8f commit 2aebbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/git_api/test_git_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __read_file(self, filename):
def __create_origin(self):
repo_dir = self.__create_tmp_dir()

repo = Repo.init(repo_dir)
repo = Repo.init(repo_dir, initial_branch="master")
git_user = "unit tester"
git_email = "[email protected]"
repo.config_writer().set_value("user", "name", git_user).release()
Expand Down

0 comments on commit 2aebbcc

Please sign in to comment.