fix chain tests

pull/2075/head
Ayrat Badykov 6 years ago
parent 0d7a1bc5d8
commit 0c0ec2e14b
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 2
      apps/block_scout_web/test/block_scout_web/controllers/chain_controller_test.exs

@ -9,6 +9,8 @@ defmodule BlockScoutWeb.ChainControllerTest do
alias Explorer.Counters.AddressesWithBalanceCounter
setup do
Supervisor.terminate_child(Explorer.Supervisor, ConCache)
Supervisor.restart_child(Explorer.Supervisor, ConCache)
start_supervised!(AddressesWithBalanceCounter)
AddressesWithBalanceCounter.consolidate()

Loading…
Cancel
Save