Fix formatting and tests

This commit is contained in:
Amir Bandeali
2018-05-24 10:24:32 -07:00
parent 6050a59e4a
commit 9f93d8f533
18 changed files with 16 additions and 94 deletions

View File

@@ -33,12 +33,6 @@ describe('LibBytes', () => {
const testBytes32 = '0x102030405060708090a0b0c0d0e0f0102030405060708090a0b0c0d0e0f01020';
const testUint256 = new BigNumber(testBytes32, 16);
before(async () => {
await blockchainLifecycle.startAsync();
});
after(async () => {
await blockchainLifecycle.revertAsync();
});
before(async () => {
// Setup accounts & addresses
const accounts = await web3Wrapper.getAvailableAddressesAsync();