瀏覽代碼

Fix Day2 Part 2 test name

main
Jens Kadenbach 2 年之前
父節點
當前提交
55d039a6c9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      test/Day2Spec.hs

+ 1
- 1
test/Day2Spec.hs 查看文件

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

Loading…
取消
儲存