Skip to content

Commit 1b8e33d

Browse files
committed
🎨 Drop unused fixtures from test_start_end_states
1 parent 5b33950 commit 1b8e33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎cherry_picker/cherry_picker/test.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ def test_paused_flow(tmp_git_repo_dir, git_add, git_commit):
466466
)
467467
def test_start_end_states(
468468
method_name, start_state, end_state,
469-
tmp_git_repo_dir, git_add, git_commit,
469+
tmp_git_repo_dir,
470470
):
471471
assert get_state() == 'UNSET'
472472

0 commit comments

Comments
 (0)