Skip to content

Commit a625e69

Browse files
committed
Restore files
1 parent 6b5e82d commit a625e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -30,4 +30,4 @@ function assertEquals(actualOutput, targetOutput) {
3030
// What combinations of numerators and denominators should you test?
3131

3232
// Example: 1/2 is a proper fraction
33-
assertEquals(isProperFraction(1, 2), true);
33+
assertEquals(isProperFraction(1, 2), true);

0 commit comments

Comments
 (0)