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

Commit 3ec3d49

Browse files
author
Alex
authored
remove todo (#7121)
1 parent a000b59 commit 3ec3d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web3-eth-contract/test/integration/contract_methods.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ describe('contract', () => {
148148
});
149149

150150
it('should returns errors on reverts', async () => {
151-
// TODO hardhat reverts but sends an undefined receipt, needs investigation
151+
// hardhat errors during revert when sending the transaction so no receipt will be returned.
152152
if (getSystemTestBackend() === BACKEND.HARDHAT) {
153153
// eslint-disable-next-line jest/no-conditional-expect
154154
await expect(

0 commit comments

Comments
 (0)