Skip to content

Commit 23c96de

Browse files
authored
fix(core): double math folder & naming conventions (#119)
1 parent 7e23e1e commit 23c96de

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

Maths/test/CalculateMedian.test.ts renamed to maths/test/calculate_median.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { calculateMedian } from "../CalculateMedian";
1+
import { calculateMedian } from "../calculate_median";
22

33
describe("Tests for CalculateMedian", () => {
44
it("should be a function", () => {

0 commit comments

Comments
 (0)