Skip to content

Commit

Permalink
fix wrong import in secondsignature test.
Browse files Browse the repository at this point in the history
  • Loading branch information
vekexasia committed Mar 24, 2018
1 parent b313eeb commit a4fd371
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/transactions/secondSignature.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ import { expect } from 'chai';
import { LiskWallet } from '../../src/liskWallet';
import { ITransaction } from '../../src/trxTypes/BaseTx';
import { SendTx } from '../../src/trxTypes/Send';
import {VoteTx} from '../../src/trxTypes/Vote';
import {testWallet} from '../testConsts';
import first = require('lodash/fp/first');

// tslint:disable-next-line:no-var-requires
const txs = require(`${__dirname}/../data/secondSignatureTxs.json`);
Expand Down

0 comments on commit a4fd371

Please sign in to comment.