Commit 0caad3c
test(wallet): pin the default rolling window and the multi-recipient render
Two cargo-mutants survivors, both properties nothing asserted:
- DEFAULT_PERIOD_SECONDS: `24 * 60 * 60` reads as self-evidently a day, which is exactly
why nothing checked it — any arithmetic slip yields a plausible-looking window while a
user told "a daily cap" gets some other period. The literal 86_400 is now pinned.
- SpendSummary's Display separator: every single-recipient fixture makes the "is this the
first?" test true every time, so `>=`, `<` and `==` all rendered identically. A
two-recipient fixture asserting the whole line can see it.
Also untrack cargo-mutants scratch output and gitignore it.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent c434cdf commit 0caad3c
54 files changed
Lines changed: 44 additions & 20076 deletions
File tree
- mutants.out
- diff
- log
- src/wallet
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Whitespace-only changes.
Whitespace-only changes.
Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 0 additions & 26 deletions
This file was deleted.
0 commit comments