Skip to content

Commit

Permalink
test: fix referencing old name
Browse files Browse the repository at this point in the history
  • Loading branch information
kisaragi-hiu committed Sep 16, 2021
1 parent 0589574 commit 4360b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-org-roam.el
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,10 @@
(test-org-roam--teardown))

(it "Returns a file from its title"
(expect (kisaragi-notes//get-file "Foo")
(expect (kisaragi-notes//get-files "Foo")
:to-equal
(list (test-org-roam--abs-path "foo.org")))
(expect (kisaragi-notes//get-file "Deeply Nested File")
(expect (kisaragi-notes//get-files "Deeply Nested File")
:to-equal
(list (test-org-roam--abs-path "nested/deeply/deeply_nested_file.org")))))

Expand Down

0 comments on commit 4360b3c

Please sign in to comment.