diff --git a/test/projectile-test.el b/test/projectile-test.el index 875b01ec5..5ea3478bd 100644 --- a/test/projectile-test.el +++ b/test/projectile-test.el @@ -422,7 +422,7 @@ Just delegates OPERATION and ARGS for all operations except for`shell-command`'. "no-prefix" "left-wspace" "right-wspace") - nil)) + nil nil)) ;; same test - but with comment lines enabled using prefix '#' (let ((projectile-dirconfig-comment-prefix ?#)) (expect (projectile-parse-dirconfig-file) :to-equal '(("include/") @@ -430,7 +430,7 @@ Just delegates OPERATION and ARGS for all operations except for`shell-command`'. "no-prefix" "left-wspace" "right-wspace") - nil))) + nil nil))) )) (describe "projectile-get-project-directories"