Fixing unit tests

This commit is contained in:
Chris Troutner
2025-11-25 16:54:26 -08:00
parent c2f150bf81
commit 63dcddb3ab
+2 -2
View File
@@ -18,7 +18,7 @@ describe('#X402 Integration', () => {
const bchjs = new BCHJS()
assert.strictEqual(bchjs.wif, '')
assert.strictEqual(bchjs.paymentAmountSats, 2000)
assert.strictEqual(bchjs.paymentAmountSats, 20000)
assert.strictEqual(bchjs.bchServerURL, 'https://free-bch.fullstack.cash')
})
@@ -54,7 +54,7 @@ describe('#X402 Integration', () => {
})
assert.strictEqual(bchjs.wif, '')
assert.strictEqual(bchjs.paymentAmountSats, 2000)
assert.strictEqual(bchjs.paymentAmountSats, 20000)
assert.strictEqual(bchjs.bchServerURL, 'https://free-bch.fullstack.cash')
})