Skip to content

Commit 7ac991a

Browse files
committed
fix testresult issue
1 parent 0af6bdd commit 7ac991a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/test/core/common/AbstractBlackBox.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ import {
2929
} from '@zxing/library';
3030
import * as fs from 'fs';
3131
import * as path from 'path';
32-
import TestResult from '../common/TestResult';
32+
import TestResult from '../util/TestResult';
3333
import SharpImageLuminanceSource from '../SharpImageLuminanceSource';
3434
import { assertEquals } from '../util/AssertUtils';
3535
import SharpImage from '../util/SharpImage';
36-
import TestResult from './TestResult';
3736

3837

3938
/*import javax.imageio.ImageIO;*/
File renamed without changes.

0 commit comments

Comments
 (0)