mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: ci
This commit is contained in:
@@ -319,7 +319,7 @@ last-modified-at:: 1609084800002"}]]
|
||||
"(not [[page 1]])"
|
||||
{:query '([?b :block/uuid]
|
||||
(not [?b :block/path-refs [:block/name "page 1"]]))
|
||||
:count 35}))
|
||||
:count 36}))
|
||||
|
||||
(testing "Between query"
|
||||
(are [x y] (= (count-only x) y)
|
||||
@@ -367,7 +367,7 @@ last-modified-at:: 1609084800002"}]]
|
||||
(and [?b :block/path-refs [:block/name "page 1"]])
|
||||
(and [?b :block/path-refs [:block/name "page 2"]])
|
||||
[?b])))
|
||||
:count 38})
|
||||
:count 39})
|
||||
|
||||
;; FIXME: not working
|
||||
;; (are [x y] (= (q-count x) y)
|
||||
|
||||
Reference in New Issue
Block a user