Commit 6b26058
committed
chore(test): clean dead fixture-cache substring reference (#100)
Round-2 follow-up identified by /idd-verify round-2 logic Agent: the
fixture-type detection in NoteHTMLConvertTests.swift still referenced
the removed `macdoc-note-fixture-cache` substring. Detection still
worked because the OR branch on `synthetic-fixture` matched, but the
first branch was dead code.
Replaced with the canonical synthetic-fixture marker per the new
no-cache resolution path: `macdoc-synthetic-fixture-<UUID>`. No
behavior change — same fixture-type detection outcome.
Refs #1001 parent 437c2c9 commit 6b26058
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
0 commit comments