Skip to content

Commit 730d709

Browse files
committed
Fix expected output of alarm
1 parent 5e6ae35 commit 730d709

File tree

1 file changed

+1
-1
lines changed
  • exercises/concept/lucians-luscious-lasagna/test

1 file changed

+1
-1
lines changed

exercises/concept/lucians-luscious-lasagna/test/Tests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ main = hspec $ do
2525
totalTimeInMinutes 4 8 `shouldBe` 16
2626

2727
it "notification message" $
28-
alarm `shouldBe` "Ding!"
28+
alarm `shouldBe` "DING!"
2929

0 commit comments

Comments
 (0)