mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
fix: tests with outdated datom counts
I think caused by recent macros parsing or whiteboard changes
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
(docs-graph-helper/docs-graph-assertions @conn graph-dir files)
|
||||
|
||||
(testing "Additional counts"
|
||||
(is (= 48225 (count (d/datoms @conn :eavt))) "Correct datoms count"))
|
||||
(is (= 48028 (count (d/datoms @conn :eavt))) "Correct datoms count"))
|
||||
|
||||
(testing "Asts"
|
||||
(is (seq asts) "Asts returned are non-zero")
|
||||
|
||||
Reference in New Issue
Block a user