Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegillet committed Nov 23, 2023
1 parent ca9ea44 commit e3f927a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Exercise/LuciansLusciousLasagnaTest.elm
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ doesNotReuseFunction =
comment =
Comment "elm.lucians-luscious-lasagna.reuse_functions" Essential Dict.empty
in
test "canFreePrisoner doesn't use boolean operators" <|
test "elapsedTimeInMinutes does not use preparationTimeInMinutes" <|
\() ->
"""
module LuciansLusciousLasagna exposing (elapsedTimeInMinutes, expectedMinutesInOven, preparationTimeInMinutes)
Expand Down

0 comments on commit e3f927a

Please sign in to comment.