Skip to content

Commit f995c84

Browse files
committed
fix lint
1 parent a3b6035 commit f995c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/token/ERC20/utils/SafeERC20.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ contract('SafeERC20', function (accounts) {
192192
it('safeApprove can update approval to zero', async function () {
193193
await this.mock.$safeApprove(this.token.address, spender, 0);
194194
});
195-
195+
196196
it('safeIncreaseAllowance works', async function () {
197197
this.mock.$safeIncreaseAllowance(this.token.address, spender, 10);
198198
expect(this.token.allowance(this.mock.address, spender, 90));

0 commit comments

Comments
 (0)