Commit b050d116 authored by Felipe Andrade's avatar Felipe Andrade

fix cache_test

parent 199bc597
......@@ -110,7 +110,7 @@ func TestRPCCacheImmutableRPCs(t *testing.T) {
},
res: &RPCRes{
JSONRPC: "2.0",
Result: `{"debug_getRawReceipts":"!"}`,
Result: []interface{}{"a"},
ID: ID,
},
name: "debug_getRawReceipts",
......
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