Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed typo
  • Loading branch information
JohanMabille committed Dec 12, 2025
commit da9aab05be49790f4cd15575f51f27c89bb21450
2 changes: 1 addition & 1 deletion test/test_branch.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_branch_nogit(git2cpp_path, tmp_path):
p = subprocess.run(cmd, capture_output=True, cwd=tmp_path, text=True)
assert p.returncode != 0

def tets_branch_new_repo(git2cpp_path, tmp_path, run_in_tmp_path):
def test_branch_new_repo(git2cpp_path, tmp_path, run_in_tmp_path):
# tmp_path exists and is empty.
assert list(tmp_path.iterdir()) == []

Expand Down