1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-13 22:28:33 +00:00

Update test_rm_dir.py

This commit is contained in:
Jens Timmerman 2015-04-20 18:56:25 +02:00
parent b4d0b6ad95
commit 2d6194c9d7

View File

@ -10,4 +10,4 @@ def test_match():
def test_get_new_command():
assert get_new_command(Command('rm foo', '', ''), None) == 'rm -rf foo'
assert get_new_command(Command('rm foo', '', ''), None) == 'rmdir foo'