Skip to content

Commit 9951eba

Browse files
committed
remove reset from commit test
1 parent 0d8a860 commit 9951eba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/test_commit.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,3 @@ def test_commit(xtl_clone, git2cpp_path, all_flag):
2727
p_status_2 = subprocess.run(cmd_status_2, capture_output=True, cwd=working_dir, text=True)
2828

2929
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

Comments
 (0)