diff --git a/apps/explorer/test/explorer/chain/statistics_test.exs b/apps/explorer/test/explorer/chain/statistics_test.exs index 1b19de5063..2c6a046599 100644 --- a/apps/explorer/test/explorer/chain/statistics_test.exs +++ b/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