Skip to content

Commit bb5052f

Browse files
josixLee-W
andauthored
Update test_commit_command.py
Co-authored-by: Wei Lee <[email protected]>
1 parent 9b42049 commit bb5052f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/commands/test_commit_command.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,6 @@ def test_manual_edit(editor, config, mocker: MockFixture, tmp_path):
430430
if editor is None:
431431
with pytest.raises(RuntimeError):
432432
commit_cmd.manual_edit(test_message)
433-
return
434433
else:
435434
edited_message = commit_cmd.manual_edit(test_message)
436435

0 commit comments

Comments
 (0)