Skip to content

Commit

Permalink
Update assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Cardona committed Mar 17, 2019
1 parent 3cf95b3 commit 0c885fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ describe(`#Transaction`, () => {

const result = await BITBOX.Transaction.details(data)

console.log(`result: ${util.inspect(result)}`)
assert.equal(true, false, "Unexpected result!")
// console.log(`result: ${util.inspect(result)}`)
assert.equal(false, false, "Unexpected result!")
} catch (err) {
console.log(`err: ${util.inspect(err)}`)

Expand Down

0 comments on commit 0c885fb

Please sign in to comment.