From 65d59843e43476f7086a4efab234f8f7ef6888aa Mon Sep 17 00:00:00 2001 From: Luke Imhoff Date: Thu, 25 Oct 2018 09:36:09 -0500 Subject: [PATCH] Prevent block number collision in test --- .../test/block_scout_web/features/viewing_transactions_test.exs | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/block_scout_web/test/block_scout_web/features/viewing_transactions_test.exs b/apps/block_scout_web/test/block_scout_web/features/viewing_transactions_test.exs index db14b900d9..a485f86957 100644 --- a/apps/block_scout_web/test/block_scout_web/features/viewing_transactions_test.exs +++ b/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 })