Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Jun 23, 2023
1 parent e417db2 commit fa1ec23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ describe('web3_eth_methods_with_parameters', () => {
it.each(getPastLogsValidData)(
'input: %s\nrpcMethodParameters: %s',
async (input, rpcMethodParameters) => {
await rpcMethodWrappers.getLogs(web3Eth, ...rpcMethodParameters);
await web3Eth.getPastLogs(...input);
expect(rpcMethodWrappers.getLogs).toHaveBeenCalledWith(
web3Eth,
Expand Down
1 change: 1 addition & 0 deletions packages/web3-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,4 @@ Documentation:
### Fixed

- Fixed bug #6185, now web3.js compiles on typescript v5 (#6195)
- type `Filter` includes `blockHash` (#6206)

0 comments on commit fa1ec23

Please sign in to comment.