We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a5403 commit b3dc928Copy full SHA for b3dc928
exercises/concept/lucians-luscious-lasagna/test/lucians_luscious_lasagna_test.clj
@@ -5,7 +5,10 @@
5
(deftest ^{:task 1} expected-time-test
6
(is (= 40 lucians-luscious-lasagna/expected-time)))
7
8
-(deftest ^{:task 2} remaining-time-test
+(deftest ^{:task 2} remaining-time-test-for30m-actualtime
9
+ (is (= 10 (lucians-luscious-lasagna/remaining-time 30))))
10
+
11
+(deftest ^{:task 2} remaining-time-test-for25m-actualtime
12
(is (= 15 (lucians-luscious-lasagna/remaining-time 25))))
13
14
(deftest ^{:task 3} prep-time-one-layer-test
0 commit comments