Update tests

pull/3401/head
Victor Baranov 4 years ago
parent 0130e043cd
commit 366363715d
  1. 1
      apps/explorer/lib/explorer/chain.ex

@ -1554,6 +1554,7 @@ defmodule Explorer.Chain do
iex> for index <- 5..9 do
...> insert(:block, number: index)
...> Process.sleep(200)
...> end
iex> Explorer.Chain.indexed_ratio()
Decimal.new(1, 50, -2)

Loading…
Cancel
Save