diff --git a/core/test/test-core-projects.el b/core/test/test-core-projects.el index 30a577795..3dbd953d5 100644 --- a/core/test/test-core-projects.el +++ b/core/test/test-core-projects.el @@ -17,9 +17,8 @@ (describe "project-root" (it "should resolve to the project's root" (expect (doom-project-root doom-core-dir) :to-equal doom-emacs-dir)) - (it "should resolve to the `default-directory'" - (expect (doom-project-root (expand-file-name "~")) - :to-equal (expand-file-name "~")))) + (it "should return nil if not in a project" + (expect (doom-project-root (expand-file-name "~")) :to-be nil))) (describe "project-expand" (it "expands to a path relative to the project root"