Skip to content

Commit

Permalink
fix: dist/evm -> core-utils/evm in all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ljankovic-txfusion committed Nov 1, 2024
1 parent b85b075 commit 421071a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion solidity/test/merkle.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { expect } from 'chai';
import { utils } from 'ethers';

import merkleTestCases from '../../vectors/merkle.json' assert { type: 'json' };
import { TestMerkle, TestMerkle__factory } from '../dist/evm/types';
import { TestMerkle, TestMerkle__factory } from '../core-utils/evm/types';

import { getSigner } from './signer';

Expand Down
2 changes: 1 addition & 1 deletion solidity/test/message.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
Mailbox__factory,
TestMessage,
TestMessage__factory,
} from '../dist/evm/types';
} from '../core-utils/evm/types';

import { getSigner, getSigners } from './signer';

Expand Down
2 changes: 1 addition & 1 deletion solidity/test/mockMailbox.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { addressToBytes32 } from '@hyperlane-xyz/utils';
import {
MockMailbox__factory,
TestRecipient__factory,
} from '../dist/evm/types';
} from '../core-utils/evm/types';

import { getSigner } from './signer';

Expand Down
2 changes: 1 addition & 1 deletion solidity/test/testrecipient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { utils } from 'ethers';

import { addressToBytes32 } from '@hyperlane-xyz/utils';

import { TestRecipient, TestRecipient__factory } from '../dist/evm/types';
import { TestRecipient, TestRecipient__factory } from '../core-utils/evm/types';

import { getSigner } from './signer';

Expand Down

0 comments on commit 421071a

Please sign in to comment.