fix: test assertions changed by last commit

This commit is contained in:
Gabriel Horner
2024-09-09 15:48:27 -04:00
parent 4962aad8ba
commit 2059eaa4f2
2 changed files with 2 additions and 2 deletions

View File

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