aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/projectile-test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/projectile-test.el b/test/projectile-test.el
index c64c543..c5cf90a 100644
--- a/test/projectile-test.el
+++ b/test/projectile-test.el
@@ -236,7 +236,7 @@ You'd normally combine this with `projectile-test-with-sandbox'."
(spy-on 'projectile-project-vcs :and-return-value 'git)
(spy-on 'projectile-get-repo-ignored-files :and-return-value '("path/unignored-file"))
(spy-on 'projectile-get-repo-ignored-directory :and-call-fake
- (lambda (project vcs dir)
+ (lambda (project dir vcs)
(list (concat dir "unignored-file"))))
(let ((projectile-globally-unignored-directories '("path")))
(expect (projectile-add-unignored nil nil '("file")) :to-equal '("file" "path/unignored-file"))