Skip to content

Commit

Permalink
Add extra test to Lasagna (#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
Callisto13 authored Aug 8, 2023
1 parent 3e9493b commit f9ab275
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions exercises/concept/lasagna/test/lasagna_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ defmodule LasagnaTest do
assert Lasagna.remaining_minutes_in_oven(25) === 15
end

@tag task_id: 2
test "remaining minutes in oven, a few minutes later" do
assert Lasagna.remaining_minutes_in_oven(30) === 10
end

@tag task_id: 3
test "preparation time in minutes for one layer" do
assert Lasagna.preparation_time_in_minutes(1) === 2
Expand Down

0 comments on commit f9ab275

Please sign in to comment.