Commit 039588f
fix(test): capture post-push head before asserting no-op repeat push
headAfterFirst was captured before the first push instead of after,
so expectNoCommitSince compared against the pre-push head — failing
on the commit the first push itself legitimately created, not on any
duplicate mutation from the second push.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 54e3fb7 commit 039588f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
630 | | - | |
631 | 630 | | |
632 | 631 | | |
633 | 632 | | |
634 | 633 | | |
635 | 634 | | |
| 635 | + | |
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
| |||
0 commit comments