diff --git a/ogma-core/tests/Main.hs b/ogma-core/tests/Main.hs index d7defa93..716d635e 100644 --- a/ogma-core/tests/Main.hs +++ b/ogma-core/tests/Main.hs @@ -109,6 +109,7 @@ testFretComponentSpec2Copilot file success = do , standaloneTypeMapping = [("int", "Int64"), ("real", "Float")] , standaloneFilename = "fret" , standaloneTargetDir = targetDir + , standaloneTemplateDir = Nothing } result <- standalone file opts @@ -143,6 +144,7 @@ testFretReqsDBCoCoSpec2Copilot file success = do , standaloneTypeMapping = [] , standaloneFilename = "fret" , standaloneTargetDir = targetDir + , standaloneTemplateDir = Nothing } result <- standalone file opts