Commit e4585eb
Fix testUnlinkSlide using same slide for both lookups
findIriBy with identical criteria returned the same slide for both
$slideUlid1 and $slideUlid2, so the PUT created only one relation.
The first DELETE succeeded but the second failed with "Relation not
found". Use distinct slide titles to get two different slides.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 50073e0 commit e4585eb
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments