Parcourir la source

Fix Day2 Part 2 test name

main
Jens Kadenbach il y a 1 an
Parent
révision
55d039a6c9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      test/Day2Spec.hs

+ 1
- 1
test/Day2Spec.hs Voir le fichier

@@ -38,7 +38,7 @@ spec =
38 38
         playGames games `shouldBe` Score 15
39 39
       it "can play game plan" $ do
40 40
          day2_1 input `shouldBe` Score 15
41
-    describe "Day2 - Part1" $ do
41
+    describe "Day2 - Part2" $ do
42 42
       it "can parse game plan as hints" $ do
43 43
          readGameHints input `shouldBe` gameHints
44 44
       it "can convert game plan" $ do

Chargement…
Annuler
Enregistrer