missing type signature

This commit is contained in:
Jonathan Lamothe 2019-08-25 09:25:34 -04:00
parent bb44598b64
commit f2cfe3b37b

View File

@ -130,6 +130,7 @@ gameTypeLSpec = describe "gameTypeL" $ do
in m ^. gameTypeL `shouldBe` Just t)
[HomeGame, AwayGame]
homeScoreLSpec :: Spec
homeScoreLSpec = describe "homeScoreL" $ do
context "getter" $ do