fix: tests with outdated datom counts

I think caused by recent macros parsing or whiteboard changes
This commit is contained in:
Gabriel Horner
2024-06-05 17:06:16 -04:00
parent 8f6f52d630
commit 62701e1b6e
3 changed files with 3 additions and 3 deletions

View File

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