Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
corentincarton committed Feb 14, 2024
1 parent 0eb1417 commit 64b140d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_setup_remote():
assert os.path.exists(os.path.join(remote_path, ".git"))

repo = git.Repo(remote_path)
commit_history = repo.iter_commits()
commit_history = repo.iter_commits(branch='main')
for commit in commit_history:
assert "first commit" in commit.message

Expand Down

0 comments on commit 64b140d

Please sign in to comment.