Skip to content

Commit 374df97

Browse files
committed
Solve import error
1 parent ee7ef67 commit 374df97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Maths/test/CartesianProduct.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {cartesianProduct} from '../cartesianProduct';
1+
import {cartesianProduct} from '../CartesianProduct';
22

33
describe('cartesianProduct', () => {
44
it('should return null if not enough info for calculation', () => {

0 commit comments

Comments
 (0)