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 0d8a860 commit 9951ebaCopy full SHA for 9951eba
test/test_commit.py
@@ -27,6 +27,3 @@ def test_commit(xtl_clone, git2cpp_path, all_flag):
27
p_status_2 = subprocess.run(cmd_status_2, capture_output=True, cwd=working_dir, text=True)
28
29
assert "mook_file" not in p_status_2.stdout
30
-
31
- cmd_reset = [git2cpp_path, 'reset', "--hard", "HEAD~1"]
32
- subprocess.run(cmd_reset, cwd=working_dir, text=True)
0 commit comments