Prevent block number collision in test

pull/985/head
Luke Imhoff 6 years ago
parent 21ace095ba
commit 65d59843e4
  1. 1
      apps/block_scout_web/test/block_scout_web/features/viewing_transactions_test.exs

@ -9,7 +9,6 @@ defmodule BlockScoutWeb.ViewingTransactionsTest do
setup do
block =
insert(:block, %{
number: 555,
timestamp: Timex.now() |> Timex.shift(hours: -2),
gas_used: 123_987
})

Loading…
Cancel
Save