Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Jan 3, 2024
1 parent c4463a0 commit b3d4b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardhat-chai-matchers/src/internal/emit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ function assertArgsArraysEqual(
true
).to.not.equal(
expectedArgs[index],
"The actual value was an indexed and hashed value of the event argument. The expected value provided to the assertion should be the actual event argument (the pre-image of the hash). You provided the hash itself. Please supply the the actual event argument (the pre-image of the hash) instead."
"The actual value was an indexed and hashed value of the event argument. The expected value provided to the assertion should be the actual event argument (the pre-image of the hash). You provided the hash itself. Please supply the actual event argument (the pre-image of the hash) instead."
);
const expectedArgBytes = ethers.isHexString(expectedArgs[index])
? ethers.getBytes(expectedArgs[index])
Expand Down

0 comments on commit b3d4b65

Please sign in to comment.