Ran yarn prettier

This commit is contained in:
James Towle
2019-06-07 15:21:18 -07:00
committed by Amir Bandeali
parent b7adf59ed5
commit 03ea97734c
6 changed files with 12 additions and 26 deletions

View File

@@ -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,
});