codex: fix alias path expectation

This commit is contained in:
starr-openai
2026-05-29 07:51:26 -07:00
parent 8172db9675
commit f2c3499025

View File

@@ -1391,10 +1391,7 @@ mod tests {
);
assert_eq!(
aliased.skill_lines,
vec![format!(
"- gh-fix-ci: desc (env: devbox, file: r0{separator}gh-fix-ci{separator}SKILL.md)",
separator = std::path::MAIN_SEPARATOR
)]
vec!["- gh-fix-ci: desc (env: devbox, file: r0/gh-fix-ci/SKILL.md)"]
);
}