Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit a399c63

Browse files
committed
Fix test failures.
1 parent f79ba2a commit a399c63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Parsing/Spec.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ import Data.Duration
88
import Data.Language
99
import Data.Maybe
1010
import Data.Source
11-
import Language.JSON.Grammar (Grammar)
1211
import Parsing.TreeSitter
1312
import Semantic.Config
1413
import SpecHelpers
1514
import System.Timeout
16-
import TreeSitter.JSON
15+
import TreeSitter.JSON (tree_sitter_json, Grammar)
1716

1817
spec :: Spec
1918
spec = parallel $ do

0 commit comments

Comments
 (0)