Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yivlad committed May 13, 2022
1 parent 65e4b81 commit f0410e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waffle-hardhat/test/reverted.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('INTEGRATION: Matchers: revertedWith', () => {
return matchers;
};

// Custom errors are supported by hardhat, but you need to compile smart contract using hardhat as well
// Custom errors are supported by hardhat, but you need to compile smart contract using hardhat as well
// in order for custom errors to work properly. So those tests are hardhat specific.
describe('Custom errors', () => {
it('Revert success', async () => {
Expand Down

0 comments on commit f0410e8

Please sign in to comment.