diff --git a/test/src/treesit-tests.el b/test/src/treesit-tests.el index 468cd221ef9..fef603840f9 100644 --- a/test/src/treesit-tests.el +++ b/test/src/treesit-tests.el @@ -66,7 +66,7 @@ (should (equal (treesit-node-string (treesit-parser-root-node parser)) - "(ERROR)")) + "(document)")) (insert "[1,2,3]") (should