Ran yarn prettier
This commit is contained in:
committed by
Amir Bandeali
parent
b7adf59ed5
commit
03ea97734c
@@ -143,10 +143,7 @@ describe('AssetProxyDispatcher', () => {
|
||||
});
|
||||
|
||||
it('should throw if requesting address is not owner', async () => {
|
||||
const expectedError = new OwnableRevertErrors.OnlyOwnerError(
|
||||
notOwner,
|
||||
owner,
|
||||
);
|
||||
const expectedError = new OwnableRevertErrors.OnlyOwnerError(notOwner, owner);
|
||||
const tx = assetProxyDispatcher.registerAssetProxy.sendTransactionAsync(erc20Proxy.address, {
|
||||
from: notOwner,
|
||||
});
|
||||
|
Reference in New Issue
Block a user