fix: test count changed by #11458

This commit is contained in:
Gabriel Horner
2024-08-06 15:53:07 -04:00
parent 4b4fa45ae2
commit f811ab242c

View File

@@ -14,7 +14,7 @@
(docs-graph-helper/docs-graph-assertions @conn graph-dir files)
(testing "Additional counts"
(is (= 58054 (count (d/datoms @conn :eavt))) "Correct datoms count"))
(is (= 57836 (count (d/datoms @conn :eavt))) "Correct datoms count"))
(testing "Asts"
(is (seq asts) "Asts returned are non-zero")