pull/2366/head
Ayrat Badykov 5 years ago
parent 4ea795d1b1
commit 1c344bcf99
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 4
      apps/explorer/test/explorer/etherscan/logs_test.exs

@ -194,8 +194,8 @@ defmodule Explorer.Etherscan.LogsTest do
all_found_logs = first_found_logs ++ second_found_logs
assert Enum.all?(inserted_records, fn record ->
Enum.any?(all_found_logs, fn found_log -> found_log.index == record.index end)
end)
Enum.any?(all_found_logs, fn found_log -> found_log.index == record.index end)
end)
end
test "with a valid topic{x}" do

Loading…
Cancel
Save