aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/libraries/lib_bytes.ts
diff options
context:
space:
mode:
authorGreg Hysen <greg.hysen@gmail.com>2018-06-08 06:53:30 +0800
committerGreg Hysen <greg.hysen@gmail.com>2018-06-08 06:53:30 +0800
commitd62ff34a5a5794a586c0b4bbf27c51ea36efd659 (patch)
tree73d0a32b53d44aedec33dec073b9439f948816b7 /packages/contracts/test/libraries/lib_bytes.ts
parent0d4ff5a916694be7cb5772bbd7d3e610522e09df (diff)
downloaddexon-sol-tools-d62ff34a5a5794a586c0b4bbf27c51ea36efd659.tar
dexon-sol-tools-d62ff34a5a5794a586c0b4bbf27c51ea36efd659.tar.gz
dexon-sol-tools-d62ff34a5a5794a586c0b4bbf27c51ea36efd659.tar.bz2
dexon-sol-tools-d62ff34a5a5794a586c0b4bbf27c51ea36efd659.tar.lz
dexon-sol-tools-d62ff34a5a5794a586c0b4bbf27c51ea36efd659.tar.xz
dexon-sol-tools-d62ff34a5a5794a586c0b4bbf27c51ea36efd659.tar.zst
dexon-sol-tools-d62ff34a5a5794a586c0b4bbf27c51ea36efd659.zip
Cleanup after last rebase
Diffstat (limited to 'packages/contracts/test/libraries/lib_bytes.ts')
-rw-r--r--packages/contracts/test/libraries/lib_bytes.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/contracts/test/libraries/lib_bytes.ts b/packages/contracts/test/libraries/lib_bytes.ts
index e0d214ea2..8334d856b 100644
--- a/packages/contracts/test/libraries/lib_bytes.ts
+++ b/packages/contracts/test/libraries/lib_bytes.ts
@@ -8,8 +8,7 @@ import ethUtil = require('ethereumjs-util');
import { TestLibBytesContract } from '../../src/generated_contract_wrappers/test_lib_bytes';
import { artifacts } from '../../src/utils/artifacts';
-import { expectRevertOrOtherErrorAsync, expectRevertOrOtherErrorAsync } from '../../src/utils/assertions';
-import { assetProxyUtils } from '../../src/utils/asset_proxy_utils';
+import { expectRevertOrAlwaysFailingTransactionAsync, expectRevertOrOtherErrorAsync } from '../../src/utils/assertions';
import { chaiSetup } from '../../src/utils/chai_setup';
import { constants } from '../../src/utils/constants';
import { provider, txDefaults, web3Wrapper } from '../../src/utils/web3_wrapper';