1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-10-30 06:34:09 +00:00

#511: Add ln_s_order rule

This commit is contained in:
nvbn
2016-06-28 03:00:00 +03:00
parent 5866ea8433
commit f773b57bea
5 changed files with 70 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ def test_match(script, stderr):
("ln a b", "... hard link"),
("sudo ln a b", "... hard link"),
("a b", error)])
def test_assert_not_match(script, stderr):
def test_not_match(script, stderr):
command = Command(script, stderr=stderr)
assert not match(command)