Fix assertion

pull/199/head
Tim Mecklem 7 years ago
parent 5150cb9acb
commit 1ba15e141a
  1. 2
      apps/explorer/test/explorer/chain/statistics_test.exs

@ -102,7 +102,7 @@ defmodule Explorer.Chain.StatisticsTest do
statistics = Statistics.fetch()
assert statistics.transactions |> Enum.count() == 6
assert statistics.transactions |> Enum.count() == 5
end
end
end

Loading…
Cancel
Save