fix method rename

This commit is contained in:
Fabio Berger
2018-05-31 16:12:36 -07:00
parent fe17802cd2
commit fcc627e6e1

View File

@@ -214,7 +214,7 @@ describe('Exchange transactions', () => {
); );
const isApproved = true; const isApproved = true;
await web3Wrapper.awaitTransactionSuccessAsync( await web3Wrapper.awaitTransactionSuccessAsync(
await exchange.approveSignatureValidator.sendTransactionAsync(whitelist.address, isApproved, { await exchange.setSignatureValidatorApproval.sendTransactionAsync(whitelist.address, isApproved, {
from: takerAddress, from: takerAddress,
}), }),
); );