fix: use flat ticket path in tui test

This commit is contained in:
Keisuke Hirata 2026-06-09 13:40:41 +09:00
parent 8fe4b822ee
commit 6ca27f3663
No known key found for this signature in database

View File

@ -3143,7 +3143,7 @@ mod tests {
let (temp, ticket_id, backend) = done_ticket_workspace("panel-close-resolution");
fs::write(
temp.path()
.join(".yoi/tickets/open")
.join(".yoi/tickets")
.join(&ticket_id)
.join("resolution.md"),
"Already resolved\n",