mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
fix: two db importer bugs introduced last week
- Graphs with description page failed to import - Graphs that had a page with a built-in class name mangled the block types. Reverted fix for logseq/db-test#17 - Also updated test for datom count as some parser changes were made last week to alter it
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
(docs-graph-helper/docs-graph-assertions @conn graph-dir files)
|
||||
|
||||
(testing "Additional counts"
|
||||
(is (= 57836 (count (d/datoms @conn :eavt))) "Correct datoms count"))
|
||||
(is (= 57882 (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