Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Romsters committed Dec 19, 2024
1 parent d5ee997 commit d9d4842
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/worker/src/repositories/address.repository.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ describe("AddressRepository", () => {
"createdInBlockNumber" = EXCLUDED."createdInBlockNumber",
"creatorTxHash" = EXCLUDED."creatorTxHash",
"creatorAddress" = EXCLUDED."creatorAddress",
"createdInLogIndex" = EXCLUDED."createdInLogIndex"
"createdInLogIndex" = EXCLUDED."createdInLogIndex",
"isEvmLike" = EXCLUDED."isEvmLike"
WHERE
addresses."createdInBlockNumber" IS NULL OR
EXCLUDED."createdInBlockNumber" > addresses."createdInBlockNumber" OR
Expand Down

0 comments on commit d9d4842

Please sign in to comment.