Skip to content

Commit

Permalink
fix(encryption): Fixing integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
christroutner committed May 25, 2020
1 parent 6d1461c commit 8db0bd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/encryption.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe("#Encryption", () => {
})

it("should report when public key can not be found", async () => {
const addr = "bitcoincash:qpxqr2pmcverj4vukgjqssvk2zju8tp9xsgz2nqagx"
const addr = "bitcoincash:qrgqqkky28jdkv3w0ctrah0mz3jcsnsklc34gtukrh"

const result = await bchjs.encryption.getPubKey(addr)
// console.log(`result: ${JSON.stringify(result, null, 2)}`)
Expand Down
2 changes: 1 addition & 1 deletion test/integration/slp.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ describe(`#SLP`, () => {
"266844d53e46bbd7dd37134688dffea6e54d944edff27a0add63dd0908839bc1"

const result = await bchjs.SLP.Utils.decodeOpReturn2(txid)
console.log(`result: ${JSON.stringify(result, null, 2)}`)
// console.log(`result: ${JSON.stringify(result, null, 2)}`)

assert.hasAllKeys(result, ["tokenType", "txType", "tokenId", "amounts"])
assert.equal(
Expand Down

0 comments on commit 8db0bd1

Please sign in to comment.