Remove FakeAdapter for count estimation and just assert that an integer is returned from count estimation functions.
parent
4169cac864
commit
e000921433
@ -1,8 +0,0 @@ |
||||
defmodule BlockScoutWeb.FakeAdapter do |
||||
alias Explorer.Chain.Address |
||||
alias Explorer.Repo |
||||
|
||||
def address_estimated_count do |
||||
Repo.aggregate(Address, :count, :hash) |
||||
end |
||||
end |
Loading…
Reference in new issue