Skip to content

Commit

Permalink
refactor: rename import
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-prontera committed Aug 11, 2023
1 parent 038c96a commit 1e95fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/core/test/TCModel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import {GVL} from '../src/GVL';
import {GVLFactory} from '../../testing/lib/mjs/GVLFactory';

// eslint-disable-next-line @typescript-eslint/no-var-requires
import vendorList24Json from '../../testing/lib/mjs/vendorlist/vendor-list-v24.json';
import vendorListVersion24Json from '../../testing/lib/mjs/vendorlist/vendor-list-v24.json';
import {VersionOrVendorList} from '../lib/mjs';

const vendorListJson: any = vendorList24Json as unknown as VersionOrVendorList;
const vendorListJson: any = vendorListVersion24Json as unknown as VersionOrVendorList;

describe('TCModel', (): void => {

Expand Down

0 comments on commit 1e95fa9

Please sign in to comment.