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