mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
fix: update createOpenReviewFile test to match new call order (#14881)
This commit is contained in:
parent
744059a00f
commit
a592bd9684
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ describe("createOpenReviewFile", () => {
|
|||
|
||||
openReviewFile("src/a.ts")
|
||||
|
||||
expect(calls).toEqual(["show", "tab:src/a.ts", "open:file://src/a.ts", "load:src/a.ts"])
|
||||
expect(calls).toEqual(["show", "load:src/a.ts", "tab:src/a.ts", "open:file://src/a.ts"])
|
||||
})
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue