Skip to content

Commit 0387a0e

Browse files
Update exercises/concept/freelancer-rates/freelancer-rates.spec.js
1 parent ee124a0 commit 0387a0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercises/concept/freelancer-rates/freelancer-rates.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ describe('cost with monthly discount', () => {
6969
const expected = 14528;
7070
expect(actual).toBeCloseTo(expected, DIFFERENCE_PRECISION_IN_DIGITS);
7171
});
72+
7273
test('at 29.654321/hour for 220 days with 11.2%', () => {
7374
const actual = priceWithMonthlyDiscount(29.654321, 220, 0.112);
7475
const expected = 46347;

0 commit comments

Comments
 (0)