Ran prettier and linter

This commit is contained in:
Lawrence Forman
2019-04-05 01:00:36 -04:00
committed by Amir Bandeali
parent 20d8c1b51a
commit 233336ea16
7 changed files with 28 additions and 68 deletions

View File

@@ -286,7 +286,7 @@ describe('AssetProxyDispatcher', () => {
amount,
{ from: owner },
);
expect(tx).to.revertWith(expectedError);
return expect(tx).to.revertWith(expectedError);
});
});
});