fix method rename
This commit is contained in:
@@ -214,7 +214,7 @@ describe('Exchange transactions', () => {
|
||||
);
|
||||
const isApproved = true;
|
||||
await web3Wrapper.awaitTransactionSuccessAsync(
|
||||
await exchange.approveSignatureValidator.sendTransactionAsync(whitelist.address, isApproved, {
|
||||
await exchange.setSignatureValidatorApproval.sendTransactionAsync(whitelist.address, isApproved, {
|
||||
from: takerAddress,
|
||||
}),
|
||||
);
|
||||
|
Reference in New Issue
Block a user