aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/libraries/lib_bytes.ts
diff options
context:
space:
mode:
authorAmir Bandeali <abandeali1@gmail.com>2018-05-25 01:24:32 +0800
committerAmir Bandeali <abandeali1@gmail.com>2018-05-31 08:11:31 +0800
commit9f93d8f53380bf650702c653fea13b3e7ed5f8f7 (patch)
tree5562e78903d0d6cb41ad33afa63f154566f639f5 /packages/contracts/test/libraries/lib_bytes.ts
parent6050a59e4a190cf8f8d42e390b435a7184b8f718 (diff)
downloaddexon-sol-tools-9f93d8f53380bf650702c653fea13b3e7ed5f8f7.tar
dexon-sol-tools-9f93d8f53380bf650702c653fea13b3e7ed5f8f7.tar.gz
dexon-sol-tools-9f93d8f53380bf650702c653fea13b3e7ed5f8f7.tar.bz2
dexon-sol-tools-9f93d8f53380bf650702c653fea13b3e7ed5f8f7.tar.lz
dexon-sol-tools-9f93d8f53380bf650702c653fea13b3e7ed5f8f7.tar.xz
dexon-sol-tools-9f93d8f53380bf650702c653fea13b3e7ed5f8f7.tar.zst
dexon-sol-tools-9f93d8f53380bf650702c653fea13b3e7ed5f8f7.zip
Fix formatting and tests
Diffstat (limited to 'packages/contracts/test/libraries/lib_bytes.ts')
-rw-r--r--packages/contracts/test/libraries/lib_bytes.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/contracts/test/libraries/lib_bytes.ts b/packages/contracts/test/libraries/lib_bytes.ts
index e817951ab..ab92dfc8c 100644
--- a/packages/contracts/test/libraries/lib_bytes.ts
+++ b/packages/contracts/test/libraries/lib_bytes.ts
@@ -34,12 +34,6 @@ describe('LibBytes', () => {
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();
owner = accounts[0];