diff --git a/completions/_testify b/completions/_testify index 5d7429fc..c16ad590 100644 --- a/completions/_testify +++ b/completions/_testify @@ -4,7 +4,7 @@ _testify() { typeset -A opt_args local context state line - BASE_TEST_PATH='yelp.tests' + BASE_TEST_PATH='tests' _arguments "1:testify_file:->file" "2:testify_:->test_case" case $state in