Skip to content

Commit

Permalink
Fix another broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Sep 24, 2018
1 parent 0f80e9b commit bf28c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/projectile-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@

(ert-deftest projectile-test-relevant-known-projects ()
(let ((projectile-known-projects '("/path/to/project1" "/path/to/project2")))
(noflet ((projectile-project-root () "/path/to/project1"))
(noflet ((projectile-project-root (&optional dir) "/path/to/project1"))
(should (equal (projectile-relevant-known-projects) '("/path/to/project2"))))))

(ert-deftest projectile-test-projects-cleaned ()
Expand Down

0 comments on commit bf28c31

Please sign in to comment.