tests: remove unnecessary linebreaks
This commit is contained in:
parent
a98391572a
commit
07a0beee90
1 changed files with 0 additions and 2 deletions
|
@ -351,7 +351,6 @@ describe('Wallet', function() {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
describe('createTx', function(){
|
describe('createTx', function(){
|
||||||
var to, value
|
var to, value
|
||||||
var address1, address2
|
var address1, address2
|
||||||
|
@ -431,7 +430,6 @@ describe('Wallet', function() {
|
||||||
assert.equal(tx.ins.length, 1)
|
assert.equal(tx.ins.length, 1)
|
||||||
assert.deepEqual(tx.ins[0].outpoint, { hash: fakeTxHash(3), index: 0 })
|
assert.deepEqual(tx.ins[0].outpoint, { hash: fakeTxHash(3), index: 0 })
|
||||||
})
|
})
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
describe(networks.testnet, function(){
|
describe(networks.testnet, function(){
|
||||||
|
|
Loading…
Add table
Reference in a new issue