#N/A Cleanup and adjust syntax
This commit is contained in:
@@ -8,5 +8,4 @@ def test_match():
|
||||
|
||||
|
||||
def test_get_new_command():
|
||||
assert get_new_command(
|
||||
Command('grep blah .')) == 'grep -r blah .'
|
||||
assert get_new_command(Command('grep blah .')) == 'grep -r blah .'
|
||||
|
||||
Reference in New Issue
Block a user