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");
|
let (temp, ticket_id, backend) = done_ticket_workspace("panel-close-resolution");
|
||||||
fs::write(
|
fs::write(
|
||||||
temp.path()
|
temp.path()
|
||||||
.join(".yoi/tickets/open")
|
.join(".yoi/tickets")
|
||||||
.join(&ticket_id)
|
.join(&ticket_id)
|
||||||
.join("resolution.md"),
|
.join("resolution.md"),
|
||||||
"Already resolved\n",
|
"Already resolved\n",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user