diff --git a/test/Day2Spec.hs b/test/Day2Spec.hs index e019f7c..1d53233 100644 --- a/test/Day2Spec.hs +++ b/test/Day2Spec.hs @@ -38,7 +38,7 @@ spec = playGames games `shouldBe` Score 15 it "can play game plan" $ do day2_1 input `shouldBe` Score 15 - describe "Day2 - Part1" $ do + describe "Day2 - Part2" $ do it "can parse game plan as hints" $ do readGameHints input `shouldBe` gameHints it "can convert game plan" $ do