Skip to content

Commit da9aab0

Browse files
committed
Fixed typo
1 parent c69ba2a commit da9aab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_branch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_branch_nogit(git2cpp_path, tmp_path):
3939
p = subprocess.run(cmd, capture_output=True, cwd=tmp_path, text=True)
4040
assert p.returncode != 0
4141

42-
def tets_branch_new_repo(git2cpp_path, tmp_path, run_in_tmp_path):
42+
def test_branch_new_repo(git2cpp_path, tmp_path, run_in_tmp_path):
4343
# tmp_path exists and is empty.
4444
assert list(tmp_path.iterdir()) == []
4545

0 commit comments

Comments
 (0)