Merge pull request #1067 from firstJOASH/Persist-webhook-subscriptions #1
property-tests.yml
on: push
Property-Based Tests
49s
Annotations
2 errors and 1 warning
|
Property-Based Tests
Process completed with exit code 1.
|
|
property-tests/utils.property.test.js > validateAmount — invariants > returns null (valid) for any well-formed XLM amount within balance:
property-tests/utils.property.test.js#L14
Error: Property failed after 1 tests
{ seed: 285021016, path: "0:0", endOnFailure: true }
Counterexample: ["0.0000001"]
Shrunk 1 time(s)
Hint: Enable verbose mode in order to have the list of all failing values encountered during the run
❯ buildError node_modules/fast-check/lib/fast-check.js:2434:16
❯ throwIfFailed node_modules/fast-check/lib/fast-check.js:2441:8
❯ reportRunDetails node_modules/fast-check/lib/fast-check.js:2457:14
❯ Proxy.assert node_modules/fast-check/lib/fast-check.js:2514:7
❯ property-tests/utils.property.test.js:14:8
Caused by: Caused by: AssertionError: expected 'Insufficient balance: account must ke…' to be null
- Expected:
null
+ Received:
"Insufficient balance: account must keep a 1 XLM minimum reserve"
❯ property-tests/utils.property.test.js:17:49
❯ Property.predicate node_modules/fast-check/lib/fast-check.js:1329:99
❯ Property.run node_modules/fast-check/lib/fast-check.js:1298:24
❯ runIt node_modules/fast-check/lib/fast-check.js:2477:24
❯ check node_modules/fast-check/lib/fast-check.js:2509:204
❯ Proxy.assert node_modules/fast-check/lib/fast-check.js:2512:14
❯ property-tests/utils.property.test.js:14:8
|
|
Property-Based Tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|