Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Feb 5, 2024
1 parent b29ca38 commit 24ba222
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/validator.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { ContractDefinition } from 'solc-typed-ast';
import { Validator } from '../src/validator';
import { NodeToProcess } from '../src/types';
import { getFileCompiledSource } from './utils';
import { getFileCompiledSource, expectMissingTags } from './utils';
import { mockConfig, mockNatspec } from './mocks';
import { expectMissingTags } from './matchers';

describe('Validator', () => {
let contract: ContractDefinition;
Expand Down

0 comments on commit 24ba222

Please sign in to comment.