v0.13 #235
Annotations
2 errors
|
testing
Process completed with exit code 1.
|
|
test/TransactionBuilder.test.ts > Transaction Builder > test TransactionBuilder.generateWcTransactionObject > should match the generateWcTransactionObjectFixture :
packages/cashscript/test/TransactionBuilder.test.ts#L241
AssertionError: expected { broadcast: true, …(3) } to deeply equal { broadcast: true, …(3) }
- Expected
+ Received
@@ -33,11 +33,11 @@
},
],
"bytecode": "OP_OVER OP_HASH160 OP_EQUALVERIFY OP_CHECKSIG",
"compiler": {
"name": "cashc",
- "version": "0.11.0",
+ "version": "0.13.0-next.2",
},
"constructorInputs": [
{
"name": "pkh",
"type": "bytes20",
❯ test/TransactionBuilder.test.ts:241:55
|