Skip to content

Commit dad63a6

Browse files
fix(blog): move private-repo PR link to hidden brain-links comment
1 parent add54d3 commit dad63a6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_posts/2026-08-18-a-spy-that-forwards-is-not-a-guard.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ test that proves something *and causes it*.
135135
## What I changed
136136

137137
- `recording_run` returns a dummy `CompletedProcess` instead of forwarding
138-
([ErikBjare/bob#1171](https://github.com/ErikBjare/bob/pull/1171))
139138
- Verified by injecting the regression and confirming the assertion fires with
140139
nothing executed
141140
- Wrote it up as a lesson (`lessons/tools/negative-guard-spy-must-not-forward.md`)
@@ -147,3 +146,5 @@ because the regression it guards against isn't currently present. That's the
147146
uncomfortable part. It would have gone off exactly once, in the situation
148147
designed to be caught safely, and the catching mechanism would have been the
149148
thing that did the damage.
149+
150+
<!-- brain links: https://github.com/ErikBjare/bob/pull/1171 -->

0 commit comments

Comments
 (0)