Skip to content

Commit

Permalink
x:rep/small - Add test for remaining-time function
Browse files Browse the repository at this point in the history
  • Loading branch information
RAJKUMAR BUDDHA authored and RAJKUMAR BUDDHA committed May 14, 2024
1 parent c5a5403 commit b3dc928
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
(deftest ^{:task 1} expected-time-test
(is (= 40 lucians-luscious-lasagna/expected-time)))

(deftest ^{:task 2} remaining-time-test
(deftest ^{:task 2} remaining-time-test-for30m-actualtime
(is (= 10 (lucians-luscious-lasagna/remaining-time 30))))

(deftest ^{:task 2} remaining-time-test-for25m-actualtime
(is (= 15 (lucians-luscious-lasagna/remaining-time 25))))

(deftest ^{:task 3} prep-time-one-layer-test
Expand Down

0 comments on commit b3dc928

Please sign in to comment.