We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69ba2a commit da9aab0Copy full SHA for da9aab0
test/test_branch.py
@@ -39,7 +39,7 @@ def test_branch_nogit(git2cpp_path, tmp_path):
39
p = subprocess.run(cmd, capture_output=True, cwd=tmp_path, text=True)
40
assert p.returncode != 0
41
42
-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):
43
# tmp_path exists and is empty.
44
assert list(tmp_path.iterdir()) == []
45
0 commit comments