Fix Day2 Part 2 test name
This commit is contained in:
@@ -38,7 +38,7 @@ spec =
|
|||||||
playGames games `shouldBe` Score 15
|
playGames games `shouldBe` Score 15
|
||||||
it "can play game plan" $ do
|
it "can play game plan" $ do
|
||||||
day2_1 input `shouldBe` Score 15
|
day2_1 input `shouldBe` Score 15
|
||||||
describe "Day2 - Part1" $ do
|
describe "Day2 - Part2" $ do
|
||||||
it "can parse game plan as hints" $ do
|
it "can parse game plan as hints" $ do
|
||||||
readGameHints input `shouldBe` gameHints
|
readGameHints input `shouldBe` gameHints
|
||||||
it "can convert game plan" $ do
|
it "can convert game plan" $ do
|
||||||
|
|||||||
Reference in New Issue
Block a user