Skip to content

Commit bbca707

Browse files
committed
Rename AQL stuff in tests to CQL. #146
1 parent c7257bf commit bbca707

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
File renamed without changes.

test/CQLSpec.hs

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ spec = do
6666
fileContent <- liftIO $ readFile ("examples/Congruence.cql" :: String)
6767
parsed <- pure $ runProg fileContent
6868
isRight parsed `shouldBe` True
69-
it "processes correctly the example file KB.aql" $ do
70-
fileContent <- liftIO $ readFile ("examples/KB.aql" :: String)
69+
it "processes correctly the example file KB.cql" $ do
70+
fileContent <- liftIO $ readFile ("examples/KB.cql" :: String)
7171
parsed <- pure $ runProg fileContent
7272
isRight parsed `shouldBe` True
73-
-- it "processes correctly the example file Petri.aql" $ do
74-
-- fileContent <- liftIO $ readFile ("examples/Petri.aql" :: String)
73+
-- it "processes correctly the example file Petri.cql" $ do
74+
-- fileContent <- liftIO $ readFile ("examples/Petri.cql" :: String)
7575
-- parsed <- pure $ runProg fileContent
7676
-- isRight parsed `shouldBe` True
7777
-- print typesideDom

0 commit comments

Comments
 (0)