Tienson Qin 4 years ago
parent
commit
dbef0c3d10
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/test/frontend/db/query_dsl_test.cljs

+ 2 - 2
src/test/frontend/db/query_dsl_test.cljs

@@ -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)