-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(neptune_coins): Fix ranges in proptest
Fix a potential overflow problem in a test which caused this failed test run: https://github.com/Neptune-Crypto/neptune-core/actions/runs/12635124115/job/35204356806 The ranges could, when summed, exceeed the maximum allowed NeptuneCoins value. Also adds more tests of `checked_add`.
- Loading branch information
1 parent
8eb547c
commit 7383c88
Showing
1 changed file
with
57 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters