spawn/packages
A 520e55bb75
test: fix duplicate test that used wrong input for distance-3 boundary case (#2574)
The "should match at exactly distance 3" test in findClosestMatch was
using "clau" as input (distance 2 from "claude"), which was identical
to the "should match at distance 2" test immediately below it.

Fixed by using "cla" as input, which is genuinely distance 3 from "claude"
(requires inserting u, d, e), correctly testing the threshold boundary.

Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 03:00:45 -07:00
..
cli test: fix duplicate test that used wrong input for distance-3 boundary case (#2574) 2026-03-13 03:00:45 -07:00
shared fix: navigate back to list after delete/remove errors (#2488) 2026-03-11 00:04:51 -07:00