Skip to content

Commit 50c8f5b

Browse files
committed
remove useless comment
1 parent abe2e1d commit 50c8f5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_branch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ def test_branch_create_delete(xtl_clone, git2cpp_path, tmp_path, run_in_tmp_path
2727
assert p_list.returncode == 0
2828
assert(p_list.stdout == ' foregone\n* master\n')
2929

30-
# Problem of right for "delete"? Maybe need a -D instead of -d
3130
del_cmd = [git2cpp_path, 'branch', '-d', 'foregone']
3231
p_del = subprocess.run(del_cmd, capture_output=True, cwd=xtl_path, text=True)
3332
assert p_del.returncode == 0

0 commit comments

Comments
 (0)