diff --git a/tests/test_find.py b/tests/test_find.py index 229ab3e..c0e213b 100644 --- a/tests/test_find.py +++ b/tests/test_find.py @@ -28,7 +28,8 @@ class TestFind(unittest.TestCase): # create fake args args = {'': '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)