Skip to content

Commit a592bd9

Browse files
authored
fix: update createOpenReviewFile test to match new call order (anomalyco#14881)
1 parent 744059a commit a592bd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/pages/session/helpers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe("createOpenReviewFile", () => {
1616

1717
openReviewFile("src/a.ts")
1818

19-
expect(calls).toEqual(["show", "tab:src/a.ts", "open:file://src/a.ts", "load:src/a.ts"])
19+
expect(calls).toEqual(["show", "load:src/a.ts", "tab:src/a.ts", "open:file://src/a.ts"])
2020
})
2121
})
2222

0 commit comments

Comments
 (0)