fix(test): correct same-cell astar assertion to match code behavior
The test expected [] for same-cell targets, but the code correctly
returns [{ x: ex, y: ey }] so the movement layer can make the final
fine-grained adjustment to the exact pixel.
Made-with: Cursor I
iamlukethedev committed
fcecece1c39700fdca87dbdae93be8b69fe11c5f
Parent: 450f487
Committed by iamlukethedev <iamlukethedev@users.noreply.github.com>
on 3/27/2026, 6:19:47 PM