Skip to content

Commit

Permalink
remove test cases for unreachable codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eoous committed Aug 21, 2024
1 parent 4972341 commit b9397ff
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions op-service/sources/receipts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,22 +239,6 @@ func TestEthClient_FetchReceipts(t *testing.T) {
}

testCases := []ReceiptsTestCase{
{
name: "alchemy",
providerKind: RPCKindAlchemy,
setup: fallbackCase(30, AlchemyGetTransactionReceipts),
},
{
name: "alchemy sticky",
providerKind: RPCKindAlchemy,
staticMethod: true,
setup: fallbackCase(30, AlchemyGetTransactionReceipts, AlchemyGetTransactionReceipts),
},
{
name: "alchemy fallback 1",
providerKind: RPCKindAlchemy,
setup: fallbackCase(40, AlchemyGetTransactionReceipts, EthGetBlockReceipts),
},
{
name: "alchemy low tx count cost saving",
providerKind: RPCKindAlchemy,
Expand Down

0 comments on commit b9397ff

Please sign in to comment.