Skip to content

Commit c89a83d

Browse files
committed
Adding missing assertion import for
"7-segment scanner".
1 parent 9ffd114 commit c89a83d

File tree

1 file changed

+1
-0
lines changed
  • test/community/training/easy/sevenSegmentScanner

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { assert } from 'chai';
22
import sinon from 'sinon';
33
import File from '../../../../File.js';
4+
import { assertOutputAnswer } from '../../../../assertOutputAnswer.js';
45
import { execute } from '../../../../../lib/community/training/easy/sevenSegmentScanner/sevenSegmentScanner.js';
56

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

0 commit comments

Comments
 (0)