Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Removing empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Beddows committed Feb 28, 2017
1 parent 56759e9 commit 7f92df6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/api/peer.transactions.collision.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ describe('POST /peer/transactions', function () {
});
});


before(function (done) {
// Send funds to collision account
var transaction = node.lisk.transaction.createTransaction(collision.address, 220000000, node.gAccount.password);
Expand Down
1 change: 0 additions & 1 deletion test/unit/modules/peers.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ describe('peers', function () {
expect(inserted).not.to.be.empty;
expect(inserted.ip + ':' + inserted.port).that.equals(ipAndPortPeer.ip + ':' + ipAndPortPeer.port);
expect(inserted.height).that.equals(almostEmptyPeer.height);

done();
});
});
Expand Down

0 comments on commit 7f92df6

Please sign in to comment.