Skip to content

Commit 30029f6

Browse files
authored
Fix test case for median calculation
1 parent 7e68427 commit 30029f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sprint-1/fix/median.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ describe("calculateMedian", () => {
4747
].forEach(({ input, expected }) =>
4848
it(`filters out non-numeric values and calculates the median for [${input}]`, () => expect(calculateMedian(input)).toEqual(expected))
4949
);
50-
});
50+
});

0 commit comments

Comments
 (0)