Skip to content

Commit

Permalink
fix: log address instead of id
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Jan 4, 2025
1 parent 2c1b003 commit d945e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const assertEqual = (
subgraphValue,
`
${key} incorrect on ${
entity.id
entity.address
} Contract: ${contractValue?.toString()}; Subgraph: ${subgraphValue};`,
);
} catch (e) {
Expand Down

0 comments on commit d945e74

Please sign in to comment.