check format fix

pull/2425/head
Victor Baranov 5 years ago
parent 0f87fc16dd
commit 730eeeeb48
  1. 6
      apps/block_scout_web/test/block_scout_web/controllers/address_transaction_controller_test.exs

@ -14,7 +14,11 @@ defmodule BlockScoutWeb.AddressTransactionControllerTest do
end
test "with valid address hash without address in the DB", %{conn: conn} do
conn = get(conn, address_transaction_path(conn, :index, "0x8bf38d4764929064f2d4d3a56520a76ab3df415b", %{"type" => "JSON"}))
conn =
get(
conn,
address_transaction_path(conn, :index, "0x8bf38d4764929064f2d4d3a56520a76ab3df415b", %{"type" => "JSON"})
)
assert json_response(conn, 200)
transaction_tiles = json_response(conn, 200)["items"]

Loading…
Cancel
Save