conflict fixes

This commit is contained in:
Aniket-Engg
2018-10-22 13:21:32 +05:30
parent 51e4da155b
commit a781955434
3 changed files with 0 additions and 38 deletions

View File

@ -98,16 +98,4 @@ contract('SafeERC20', function () {
});
});
});
it('should throw while approving with non-zero existing allowance', async function () {
await shouldFail.reverting(this.helper.doFailingApproveByValue());
});
it('should not throw on succeeding increaseAllowance', async function () {
await this.helper.doSucceedingIncreaseAllowance();
});
it('should not throw on succeeding decreaseAllowance', async function () {
await this.helper.doSucceedingDecreaseAllowance();
});
});