Fix tests after rebasing

mf-8807-example
Viktor Baranov 1 year ago
parent 8ebcb7dae7
commit 284b49dbf5
  1. 24
      apps/block_scout_web/test/block_scout_web/controllers/api/v2/address_controller_test.exs

@ -2681,5 +2681,29 @@ defmodule BlockScoutWeb.API.V2.AddressControllerTest do
_options ->
{:ok, "0x0000000000000000000000000000000000000000000000000000000000000001"}
end)
|> expect(:json_rpc, fn %{
id: 0,
method: "eth_getStorageAt",
params: [
_,
"0xa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50",
"latest"
]
},
_options ->
{:ok, "0x0000000000000000000000000000000000000000000000000000000000000000"}
end)
|> expect(:json_rpc, fn %{
id: 0,
method: "eth_getStorageAt",
params: [
_,
"0x7050c9e0f4ca769c69bd3a8ef740bc37934f8e2c036e5a723fd8ee048ed3f8c3",
"latest"
]
},
_options ->
{:ok, "0x0000000000000000000000000000000000000000000000000000000000000000"}
end)
end
end

Loading…
Cancel
Save