Skip to content

Commit

Permalink
fix testresult issue
Browse files Browse the repository at this point in the history
  • Loading branch information
odahcam committed Apr 16, 2021
1 parent 0af6bdd commit 7ac991a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/core/common/AbstractBlackBox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ import {
} from '@zxing/library';
import * as fs from 'fs';
import * as path from 'path';
import TestResult from '../common/TestResult';
import TestResult from '../util/TestResult';
import SharpImageLuminanceSource from '../SharpImageLuminanceSource';
import { assertEquals } from '../util/AssertUtils';
import SharpImage from '../util/SharpImage';
import TestResult from './TestResult';


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

0 comments on commit 7ac991a

Please sign in to comment.