Skip to content

Commit dce4ec9

Browse files
committed
Update implementation to satisfy test
1 parent 69a9cbf commit dce4ec9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ assertEquals(isProperFraction(7, 4), false);
4343

4444
// Example #5: -1/2 and -5/-2 are proper fractions
4545
assertEquals(isProperFraction(-1, 2), true);
46-
assertEquals(isProperFraction(-5, -2), true);
46+
assertEquals(isProperFraction(-5, -2), false);

0 commit comments

Comments
 (0)