mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 14:43:56 +00:00
Fix misleading comment in test
Co-authored-by: xyhp915 <1779837+xyhp915@users.noreply.github.com>
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
(let [result (db-based-api/get-tags-by-name "NonExistentTag")]
|
||||
(is (nil? result) "Should return nil for non-existent tags")))
|
||||
|
||||
(testing "get_tags_by_name returns multiple tags with same name"
|
||||
;; Create multiple pages with same name but different case-sensitivity handling
|
||||
(testing "get_tags_by_name returns tags when they exist"
|
||||
;; Create a tag
|
||||
(test-helper/create-page! "MultiTag" {:redirect? false :class? true})
|
||||
|
||||
(let [result (db-based-api/get-tags-by-name "MultiTag")
|
||||
|
||||
Reference in New Issue
Block a user