Skip to content

Commit

Permalink
remove unnecessary dump from test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusarich committed Apr 21, 2024
1 parent 298f5d6 commit 679f0d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions src/test/__snapshots__/bugs.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ exports[`bugs should deploy contract correctly 1`] = `
"$type": "received",
"message": {
"body": {
"cell": "x{178D45190000000000000000502540BE400801B2C26FF484DE56C52215B206F6184B8347F58A3D58FAE5FAC0C332F9D82C7ABB0016E3A425A4E75B646191AC9A34FE5D050BD101A5C490F87D01C66D885D09BC1082_}",
"cell": "x{178D45190000000000000000502540BE40080129FFBF06CE484F4D3B323979CEDFD65654BF66C54070193CB1B2A1F8F06E245F0016E3A425A4E75B646191AC9A34FE5D050BD101A5C490F87D01C66D885D09BC1082_}",
"type": "cell",
},
"bounce": false,
"from": "kQDZYTf6Qm8rYpEK2QN7DCXBo_rFHqx9cv1gYZl87BY9XQE-",
"to": "kQDBELbBTylHzXoPFVmVCFjgywjAY01OWKNLmtTPw6p4g3uw",
"from": "kQCU_9-DZyQnpp2ZHLznb-srKl-zYqA4DJ5Y2VD8eDcSLynd",
"to": "kQAHONfaUkZLyQhTV1s8zW9FcSeUrB7MQEkpOf3J7hsxPHcc",
"type": "internal",
"value": "9.958442",
"value": "9.959886",
},
},
{
"$type": "processed",
"gasUsed": 16142n,
"gasUsed": 12277n,
},
{
"$type": "sent",
Expand All @@ -38,10 +38,10 @@ exports[`bugs should deploy contract correctly 1`] = `
},
},
"bounce": false,
"from": "kQDBELbBTylHzXoPFVmVCFjgywjAY01OWKNLmtTPw6p4g3uw",
"from": "kQAHONfaUkZLyQhTV1s8zW9FcSeUrB7MQEkpOf3J7hsxPHcc",
"to": "@treasure(treasure)",
"type": "internal",
"value": "9.914036823",
"value": "9.916924834",
},
],
},
Expand Down
1 change: 0 additions & 1 deletion src/test/bugs/issue43.tact
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ contract JettonDefaultWallet {

let msgValue: Int = self.msgValue(ctx.value); // Get value for gas
let fwdFee: Int = ctx.readForwardFee();
dump(fwdFee);
msgValue = msgValue - msg.forward_ton_amount - fwdFee;
// msgValue = msgValue - msg.forward_ton_amount - min(fwdFee, ton("0.01"));

Expand Down

0 comments on commit 679f0d3

Please sign in to comment.