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:
Gabriel Horner
2024-08-19 12:42:32 -04:00
parent fff3fb93c0
commit 658ea25a21
3 changed files with 3 additions and 5 deletions

View File

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