mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-14 14:48:49 +00:00
Remove duplicate tests
This commit is contained in:
parent
1aa41f2003
commit
77829eb60f
@ -30,9 +30,7 @@ def test_not_match(output, script, branch_name):
|
||||
|
||||
|
||||
@pytest.mark.parametrize('script, branch_name, new_command', [
|
||||
('git push master', 'master',
|
||||
'git push --set-upstream origin master'),
|
||||
('git push master', 'master',
|
||||
('git push', 'master',
|
||||
'git push --set-upstream origin master'),
|
||||
('git push master', 'master',
|
||||
'git push --set-upstream origin master'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user