aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/ether_token.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-01-19 21:07:00 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-01-30 23:01:36 +0800
commiteb881b9729374c3eedb4914e5293535e890296af (patch)
treeeabdf68984ec747057cd07a74eaaf4ec8816d177 /packages/contracts/test/ether_token.ts
parent091ba473ff83ebd3239273b8e40671b9ccab5f47 (diff)
downloaddexon-sol-tools-eb881b9729374c3eedb4914e5293535e890296af.tar
dexon-sol-tools-eb881b9729374c3eedb4914e5293535e890296af.tar.gz
dexon-sol-tools-eb881b9729374c3eedb4914e5293535e890296af.tar.bz2
dexon-sol-tools-eb881b9729374c3eedb4914e5293535e890296af.tar.lz
dexon-sol-tools-eb881b9729374c3eedb4914e5293535e890296af.tar.xz
dexon-sol-tools-eb881b9729374c3eedb4914e5293535e890296af.tar.zst
dexon-sol-tools-eb881b9729374c3eedb4914e5293535e890296af.zip
Remove truffle from MultiSigWalletWithTimeLockExceptRemoveAuthAddr tests
Diffstat (limited to 'packages/contracts/test/ether_token.ts')
-rw-r--r--packages/contracts/test/ether_token.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contracts/test/ether_token.ts b/packages/contracts/test/ether_token.ts
index a5a97a60a..e46d93fe6 100644
--- a/packages/contracts/test/ether_token.ts
+++ b/packages/contracts/test/ether_token.ts
@@ -20,7 +20,7 @@ const expect = chai.expect;
const web3: Web3 = (global as any).web3;
const blockchainLifecycle = new BlockchainLifecycle(constants.RPC_URL);
-describe.only('EtherToken', () => {
+describe('EtherToken', () => {
const web3Wrapper = new Web3Wrapper(web3.currentProvider);
let accounts: string[];
let account: string;