|
|
@ -193,7 +193,7 @@ defmodule Explorer.Etherscan.LogsTest do |
|
|
|
|
|
|
|
|
|
|
|
all_found_logs = first_found_logs ++ second_found_logs |
|
|
|
all_found_logs = first_found_logs ++ second_found_logs |
|
|
|
|
|
|
|
|
|
|
|
Enum.all?(inserted_records, fn record -> |
|
|
|
assert Enum.all?(inserted_records, fn record -> |
|
|
|
Enum.any?(all_found_logs, fn found_log -> found_log.index == record.index end) |
|
|
|
Enum.any?(all_found_logs, fn found_log -> found_log.index == record.index end) |
|
|
|
end) |
|
|
|
end) |
|
|
|
end |
|
|
|
end |
|
|
|