exercism / haskell

Exercism exercises in Haskell.
https://exercism.org/tracks/haskell
MIT License
493 stars 191 forks source link

Is Haskell test runner broken? #1272

Open tofische opened 4 days ago

tofische commented 4 days ago

When I submit the LuciansLusciousLasagna solution, I get following:

An error occurred We received the following error when we ran your code:

lucians-luscious-lasagna> test (suite: test)

expectedMinutesInOven [✔] preparationTimeInMinutes [✔] elapsedTimeInMinutes [✔]

Finished in 0.0005 seconds 3 examples, 0 failures

lucians-luscious-lasagna> Test suite test passed Completed 2 action(s).

So where is the error?