Skip to content

Commit

Permalink
test(language): adapt to parser changes
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq authored Dec 29, 2024
1 parent c9168d9 commit a85342e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_language.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_properties(self):
lang = Language(self.python)
self.assertEqual(lang.version, 14)
self.assertEqual(lang.node_kind_count, 275)
self.assertEqual(lang.parse_state_count, 2795)
self.assertEqual(lang.parse_state_count, 2809)
self.assertEqual(lang.field_count, 32)

def test_node_kind_for_id(self):
Expand Down

0 comments on commit a85342e

Please sign in to comment.