mirror of
https://github.com/openai/codex.git
synced 2026-06-02 19:31:59 +00:00
codex: fix alias path expectation
This commit is contained in:
@@ -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)"]
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user