aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-06-08 00:58:51 +0800
committerFabio Berger <me@fabioberger.com>2018-06-08 00:58:51 +0800
commit18ed45597aedfd5135626c8e0c14509a2ad7dbbe (patch)
treeb5e466bebe293da0e4159ba76b1bdc692fec2a9e
parent4f4acc04fe6a732b0c241cc9a37b59179d981769 (diff)
downloaddexon-sol-tools-18ed45597aedfd5135626c8e0c14509a2ad7dbbe.tar
dexon-sol-tools-18ed45597aedfd5135626c8e0c14509a2ad7dbbe.tar.gz
dexon-sol-tools-18ed45597aedfd5135626c8e0c14509a2ad7dbbe.tar.bz2
dexon-sol-tools-18ed45597aedfd5135626c8e0c14509a2ad7dbbe.tar.lz
dexon-sol-tools-18ed45597aedfd5135626c8e0c14509a2ad7dbbe.tar.xz
dexon-sol-tools-18ed45597aedfd5135626c8e0c14509a2ad7dbbe.tar.zst
dexon-sol-tools-18ed45597aedfd5135626c8e0c14509a2ad7dbbe.zip
Fix tslint issues
-rw-r--r--packages/contracts/test/libraries/lib_bytes.ts2
-rw-r--r--packages/contracts/test/unlimited_allowance_token.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/contracts/test/libraries/lib_bytes.ts b/packages/contracts/test/libraries/lib_bytes.ts
index 355e3603c..0996cdc84 100644
--- a/packages/contracts/test/libraries/lib_bytes.ts
+++ b/packages/contracts/test/libraries/lib_bytes.ts
@@ -6,7 +6,7 @@ import ethUtil = require('ethereumjs-util');
import { TestLibBytesContract } from '../../src/generated_contract_wrappers/test_lib_bytes';
import { artifacts } from '../../src/utils/artifacts';
-import { expectRevertOrAlwaysFailingTransactionAsync, expectRevertOrOtherErrorAsync } from '../../src/utils/assertions';
+import { 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';
diff --git a/packages/contracts/test/unlimited_allowance_token.ts b/packages/contracts/test/unlimited_allowance_token.ts
index 35315090b..0c3f5094b 100644
--- a/packages/contracts/test/unlimited_allowance_token.ts
+++ b/packages/contracts/test/unlimited_allowance_token.ts
@@ -5,7 +5,7 @@ import 'make-promises-safe';
import { DummyERC20TokenContract } from '../src/generated_contract_wrappers/dummy_e_r_c20_token';
import { artifacts } from '../src/utils/artifacts';
-import { expectRevertOrAlwaysFailingTransactionAsync, expectRevertOrOtherErrorAsync } from '../src/utils/assertions';
+import { 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';