Skip to content

Commit

Permalink
eth type tests updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Nov 22, 2019
1 parent abd0f72 commit 7db55b9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/web3-eth/types/tests/eth.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -586,12 +586,6 @@ eth.submitWork(
(error: Error, result: boolean) => {}
);

// $ExpectType Promise<Transaction[]>
eth.getPendingTransactions();

// $ExpectType Promise<Transaction[]>
eth.getPendingTransactions((error: Error, result: Transaction[]) => {});

// $ExpectType Promise<GetProof>
eth.getProof(
'0x1234567890123456789012345678901234567890',
Expand Down

0 comments on commit 7db55b9

Please sign in to comment.