Skip to content

Commit

Permalink
fix: update coin allocation in MNS integration test (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey authored Jan 3, 2025
1 parent 7c9d73c commit ae2d5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/mns.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('MNS tests', () => {
const domain = 'trloloooooooooooooooololololzs' + Date.now()

let operation = await mns.alloc(domain, provider.address, {
coins: 1049000000n,
coins: 2064100000n,
})
await operation.waitFinalExecution()

Expand Down

2 comments on commit ae2d5d5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for experimental massa-web3

St.❔
Category Percentage Covered / Total
🟑 Statements 66.79% 1253/1876
πŸ”΄ Branches 43.79% 201/459
πŸ”΄ Functions 47.23% 222/470
🟑 Lines 67.31% 1246/1851

Test suite run success

134 tests passing in 15 suites.

Report generated by πŸ§ͺjest coverage report action from ae2d5d5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for experimental massa-web3

St.❔
Category Percentage Covered / Total
🟑 Statements 66.79% 1253/1876
πŸ”΄ Branches 43.79% 201/459
πŸ”΄ Functions 47.23% 222/470
🟑 Lines 67.31% 1246/1851

Test suite run success

134 tests passing in 15 suites.

Report generated by πŸ§ͺjest coverage report action from ae2d5d5

Please sign in to comment.