Skip to content

Commit 0caad3c

Browse files
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

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
target/
2+
3+
# cargo-mutants scratch output (regenerable; a full run is minutes of CPU, never a build input)
4+
mutants.out*/

mutants.out/caught.txt

Whitespace-only changes.

mutants.out/debug.log

Whitespace-only changes.

mutants.out/diff/src__wallet__approval.rs_line_129_col_9.diff

Lines changed: 0 additions & 21 deletions
This file was deleted.

mutants.out/diff/src__wallet__approval.rs_line_150_col_9.diff

Lines changed: 0 additions & 27 deletions
This file was deleted.

mutants.out/diff/src__wallet__approval.rs_line_86_col_9.diff

Lines changed: 0 additions & 21 deletions
This file was deleted.

mutants.out/diff/src__wallet__approval.rs_line_91_col_9.diff

Lines changed: 0 additions & 21 deletions
This file was deleted.

mutants.out/diff/src__wallet__approval.rs_line_91_col_9_001.diff

Lines changed: 0 additions & 21 deletions
This file was deleted.

mutants.out/diff/src__wallet__approval.rs_line_97_col_9.diff

Lines changed: 0 additions & 21 deletions
This file was deleted.

mutants.out/diff/src__wallet__autosend.rs_line_135_col_9.diff

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)