Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 33e70f4

Browse files
author
luu-alex
committed
fix test error
1 parent 4033874 commit 33e70f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/web3/test/e2e/get_balance.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { isBigInt, isHexStrict, isString } from 'web3-validator';
1818
import { toHex } from 'web3-utils';
1919

2020
import Web3, { FMT_BYTES, FMT_NUMBER } from '../../src';
21-
import { getSystemE2ETestProvider, getE2ETestAccountAddress } from './e2e_utils';
21+
import { getSystemE2ETestProvider } from './e2e_utils';
2222
import { closeOpenConnection, getSystemTestBackend } from '../shared_fixtures/system_tests_utils';
2323
import { toAllVariants } from '../shared_fixtures/utils';
2424
import { sepoliaBlockData } from './fixtures/sepolia';

packages/web3/test/e2e/get_transaction_count.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License
1515
along with web3.js. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
import Web3 from '../../src';
18-
import { getSystemE2ETestProvider, getE2ETestAccountAddress } from './e2e_utils';
18+
import { getSystemE2ETestProvider } from './e2e_utils';
1919
import { closeOpenConnection, getSystemTestBackend } from '../shared_fixtures/system_tests_utils';
2020
import { toAllVariants } from '../shared_fixtures/utils';
2121
import { sepoliaBlockData } from './fixtures/sepolia';

0 commit comments

Comments
 (0)