Skip to content

Commit

Permalink
Update function name
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 committed Oct 11, 2024
1 parent 61629d1 commit 0310eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module LuciansLusciousLasagna (totalTimeInMinutes, remainingMinutesInOven, expectedMinutesInOven, preparationTimeInMinutes, alarm) where
module LuciansLusciousLasagna (expectedMinutesInOven, remainingMinutesInOven, expectedMinutesInOven, preparationTimeInMinutes, alarm) where

-- TODO: define the expectedMinutesInOven constant

Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/lucians-luscious-lasagna/test/Tests.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Test.Hspec (it, shouldBe, hspec)
import LuciansLusciousLasagna (elapsedTimeInMinutes, expectedMinutesInOven, preparationTimeInMinutes)
import LuciansLusciousLasagna (expectedMinutesInOven, expectedMinutesInOven, preparationTimeInMinutes)

main :: IO ()
main = hspec $ do
Expand Down

0 comments on commit 0310eb7

Please sign in to comment.