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

Commit 2b43929

Browse files
author
Samuel Furter
committed
unused var removed in EthSignMethodTest
1 parent 55d1c8f commit 2b43929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web3-eth/tests/src/methods/EthSignMethodTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ describe('EthSignMethodTest', () => {
7575
done();
7676
});
7777

78-
const response = method.execute();
78+
method.execute();
7979
});
8080

8181
it('calls execute with wallets defined but accounts.sign returns a rejected Promise', async () => {

0 commit comments

Comments
 (0)