Skip to content

Commit 6297d03

Browse files
committed
fixed wrong import
1 parent cb9cd55 commit 6297d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Maths/test/DecimalIsolate.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe } from 'node:test'
2-
import { decimalIsolate } from '../decimalIsolate'
2+
import { decimalIsolate } from '../DecimalIsolate'
33

44
const invalidInputs = [
55
{ input: NaN, description: 'NaN' },

0 commit comments

Comments
 (0)