fix method rename
This commit is contained in:
@@ -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,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user