1
0
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:
David 2018-01-04 08:59:42 +00:00
parent 1aa41f2003
commit 77829eb60f

View File

@ -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'),