pull/4523/head
nikitosing 3 years ago
parent c01737e960
commit 5b6ae1957f
  1. 1
      apps/explorer/test/explorer/chain_test.exs

@ -921,7 +921,6 @@ defmodule Explorer.ChainTest do
block.hash
|> Chain.block_to_transactions(paging_options: %PagingOptions{key: {index}, page_size: 50})
|> Enum.map(& &1.hash)
|> Enum.reverse()
end
test "returns transactions with token_transfers preloaded" do

Loading…
Cancel
Save