Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 committed Oct 11, 2024
1 parent 0310eb7 commit 217ca89
Showing 1 changed file with 1 addition and 1 deletion.
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 (expectedMinutesInOven, expectedMinutesInOven, preparationTimeInMinutes)
import LuciansLusciousLasagna (expectedMinutesInOven, remainingMinutesInOven, expectedMinutesInOven, preparationTimeInMinutes, alarm)

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

0 comments on commit 217ca89

Please sign in to comment.