Skip to content

Commit

Permalink
fix: wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Sep 20, 2023
1 parent 2cd7249 commit b89cb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/test/core/dao/dao.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ describe('DAO', function () {
// Check that the mock condition will answer true.
expect(await mockCondition.answer()).to.be.true;

// Check that the signature is invalid in this case.
// Check that the signature is valid in this case.
expect(
await dao.connect(caller).isValidSignature(hash, signature)
).to.equal(VALID_ERC1271_SIGNATURE);
Expand Down

0 comments on commit b89cb57

Please sign in to comment.