fix: use flat ticket path in tui test
This commit is contained in:
parent
8fe4b822ee
commit
6ca27f3663
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user