Skip to content

Commit a8a7c1f

Browse files
committed
Fixing file import for "A child's play".
1 parent 4e53726 commit a8a7c1f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
- Tests for "Darts".
3131
- Tests for "Add'em up".
3232

33+
### Fixed
34+
- File import for "A child's play".
35+
3336
## [1.7.0] - 2022-03-31
3437
### Added
3538
- Tests for "Credit card verifier (Luhn’s algorithm)".

test/community/training/easy/aChildsPlay/CGTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { assert } from 'chai';
22
import sinon from 'sinon';
33
import File from '../../../../File.js';
4-
import { execute } from '../../../../../lib/community/training/easy/benfordsLaw/benfordsLaw.js';
4+
import { execute } from '../../../../../lib/community/training/easy/aChildsPlay/aChildsPlay.js';
55

66
const __dirname = new URL('.', import.meta.url).pathname;
77

0 commit comments

Comments
 (0)