Refactor unlimited allowance logic out of ERC20Token

This commit is contained in:
Amir Bandeali
2017-12-11 13:19:13 -08:00
parent 8b29f6f18d
commit 6f2cb66163
8 changed files with 56 additions and 20 deletions

View File

@@ -14,7 +14,7 @@ const web3: Web3 = (global as any).web3;
chaiSetup.configure();
const expect = chai.expect;
contract('ERC20Token', (accounts: string[]) => {
contract('UnlimitedAllowanceTokenV2', (accounts: string[]) => {
const config = {
networkId: constants.TESTRPC_NETWORK_ID,
};