Skip to content

Commit 001ac90

Browse files
OGPoyrazmcmire
andauthored
Update packages/eth-json-rpc-middleware/src/wallet.test.ts
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
1 parent f9a7761 commit 001ac90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/eth-json-rpc-middleware/src/wallet.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ describe('wallet', () => {
174174
).rejects.toThrow('Invalid input.');
175175
});
176176

177-
it('throws for the incident repro payload with deeply-nested junk', async () => {
177+
it('throws when params contain deeply nested invalid data', async () => {
178178
const getAccounts = async (): Promise<string[]> =>
179179
testAddresses.slice(0, 2);
180180
const processTransaction = async (): Promise<string> => testTxHash;

0 commit comments

Comments
 (0)