You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): use platform-specific path separators in attachment_ref tests
On Windows, paths serialized in attachment-ref JSON payloads contain
backslashes. The strstr assertions were hardcoded with forward slashes,
causing attachment_ref_copy, attachment_ref_move, and attachment_ref_restore
to fail on Windows.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments