fix tests

pull/11/head
deadc0de6 5 years ago
parent a72a1b60fc
commit b5f894a681

@ -28,7 +28,8 @@ class TestFind(unittest.TestCase):
# create fake args
args = {'<term>': '7544G', '--script': True,
'--verbose': True, '--parent': False}
'--verbose': True, '--parent': False,
'--directory': False, '--path': None}
# try to find something
found = cmd_find(args, noder, top)

Loading…
Cancel
Save