Skip to content

Commit

Permalink
fix infura test
Browse files Browse the repository at this point in the history
  • Loading branch information
MqllR committed Nov 20, 2024
1 parent 2113164 commit c876d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-service/sources/receipts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ func TestEthClient_FetchReceipts(t *testing.T) {
{
name: "infura",
providerKind: RPCKindInfura,
setup: fallbackCase(4, EthGetTransactionReceiptBatch),
setup: fallbackCase(4, EthGetBlockReceipts, EthGetTransactionReceiptBatch),
},
{
name: "nethermind",
Expand Down

0 comments on commit c876d5b

Please sign in to comment.