Commit d004d450 authored by inphi's avatar inphi

nit

parent 8e4b0ee0
...@@ -380,7 +380,7 @@ func TestRPCCacheEthGetBlockRangeInvalidRequest(t *testing.T) { ...@@ -380,7 +380,7 @@ func TestRPCCacheEthGetBlockRangeInvalidRequest(t *testing.T) {
}, },
} }
for _, rpc := range rpcs[1:] { for _, rpc := range rpcs {
t.Run(rpc.name, func(t *testing.T) { t.Run(rpc.name, func(t *testing.T) {
err := cache.PutRPC(ctx, rpc.req, rpc.res) err := cache.PutRPC(ctx, rpc.req, rpc.res)
require.Error(t, err) require.Error(t, err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment