Skip to content

Commit cc59b53

Browse files
committed
I have added the missing Assert
1 parent 51bb59d commit cc59b53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sprint-3/1-implement-and-rewrite-tests/implement/2-is-proper-fraction.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ assertEquals(equalFraction, false);
6767
const negativeDenominator = isProperFraction(3, -5);
6868
assertEquals(negativeDenominator, true);
6969
const bothNegative = isProperFraction(-2, -6);
70+
assertEquals(bothNegative(-2, -6), true);// both negative should return true as well

0 commit comments

Comments
 (0)