diff --git a/test/JSONTestCase.hs b/test/JSONTestCase.hs index a64a7d0d0..f65ac2635 100644 --- a/test/JSONTestCase.hs +++ b/test/JSONTestCase.hs @@ -8,10 +8,8 @@ import Data.HashMap.Strict as HM import Prelude import Prologue -data JSONMetaRepo = JSONMetaRepo { repoPath :: !String - , repoUrl :: !String +data JSONMetaRepo = JSONMetaRepo { repoUrl :: !String , language :: !String - , testCaseDirName :: !String , fileExt :: !String , syntaxes :: ![JSONMetaSyntax] } deriving (Show, Generic, FromJSON)