Girish Bhangale
7d92417ede
Update quiz1.rs
...
line 8 : // 40 or more at once, each apple only costs 1! Write a function that calculates
The above statement doesn't mach with the
line 24: assert_eq!(80, price2);
it supposed to be assert_eq!(40, price2);
2022-09-04 00:38:17 +05:30
Kody Low
d6e26bb350
2nd assert is for greater than or equal to, not "more than" like it says in the instructions
2022-08-24 08:33:17 -07:00
Neil Pate
c265b681b1
fix(quiz1): change function name
2022-07-15 14:18:31 +02:00
ZX
1622e8c198
fix(quiz1): update to say quiz covers "If"
2021-12-29 14:55:37 +08:00
Weilet
0a11bad714
feat(quiz1): add default function name in comment ( #838 )
2021-09-21 10:43:44 +02:00
diannasoriel
96fc301764
chore(quiz1): revert wording
2021-08-26 10:30:18 +02:00
Damian
03131a3d35
fix(quiz1): Fix inconsistent wording ( #826 )
...
The second test expects the function to return 80 when there is an order of 40 apples, but the current wording implies returning 40 will pass as well
2021-08-24 10:48:51 +02:00
Rakshit Sinha
d876649616
fix(quiz1): Updated question description ( #794 )
...
Co-authored-by: Rakshit Sinha <rakshit.sinha@oracle.com>
2021-07-07 22:18:33 +02:00
Maarten Tibau
650b1dee54
chore: Update quiz1.rs add explicit test for 40
2021-04-25 19:02:50 +02:00
Sanjay K
010a045692
feat: renames test to quiz, fixes #244
...
BREAKING CHANGE
* changed test to quiz: fixes issues in #244
* fixed info.toml: #244
* fixed naming related issues
2020-05-19 18:47:44 +02:00