diff --git a/test/TypesSpec.hs b/test/TypesSpec.hs index c88918f..a97554a 100644 --- a/test/TypesSpec.hs +++ b/test/TypesSpec.hs @@ -101,7 +101,7 @@ gameTypeLSpec = describe "gameTypeL" $ do context "getter" $ do context "unexpected mode" $ - it "return Nothing" $ + it "should return Nothing" $ MainMenu ^. gameTypeL `shouldBe` Nothing mapM_