Fix viewing_app_test.exs

pull/2822/head
Victor Baranov 5 years ago
parent 46230dd22f
commit 626571619b
  1. 3
      apps/block_scout_web/test/block_scout_web/features/viewing_app_test.exs

@ -9,6 +9,9 @@ defmodule BlockScoutWeb.ViewingAppTest do
alias Explorer.Chain.{Transaction} alias Explorer.Chain.{Transaction}
setup do setup do
Supervisor.terminate_child(Explorer.Supervisor, Explorer.Chain.Cache.BlockNumber.child_id())
Supervisor.restart_child(Explorer.Supervisor, Explorer.Chain.Cache.BlockNumber.child_id())
:ok :ok
end end

Loading…
Cancel
Save