From 16c9ebe124aefb371e24cb57663b169dd447ac4a Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Fri, 23 Aug 2019 10:20:06 -0400 Subject: [PATCH] accidentally a word --- test/TypesSpec.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_