Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed Jul 9, 2024
1 parent 3524fa8 commit ffb0226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/unit/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { utils } from '../../src';
import { ADDRESS1, ADDRESS3 } from '../utils';
import * as constants from '../../src/constants';
import { getL2HashFromPriorityOp } from '../../src/utils';
import * as web3Types from '../../../web3.js/packages/web3-types';
import * as web3Types from 'web3-types';

describe('utils', () => {
describe('#getHashedL2ToL1Msg()', () => {
Expand Down
5 changes: 2 additions & 3 deletions test/unit/web3zksync-l2.as.provider.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import type { Transaction } from 'web3-types';
import { ethRpcMethods } from 'web3-rpc-methods';

import { Web3ZkSyncL2 } from '../../src';
import { getPriorityOpResponse } from '../../lib/utils';
import { Web3ZkSyncL1 } from '../../lib';
import { Web3ZkSyncL2, Web3ZkSyncL1 } from '../../src';
import { getPriorityOpResponse } from '../../src/utils';
import { PriorityL1OpResponse } from '../../src/types';

jest.mock('web3-rpc-methods');
Expand Down

0 comments on commit ffb0226

Please sign in to comment.