Skip to content

Commit 9a006d8

Browse files
chore: generate
1 parent 3a0bf2f commit 9a006d8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/opencode/test/cli/account.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ describe("console account display", () => {
1818

1919
test("includes the account url in org rows", () => {
2020
expect(
21-
stripAnsi(formatOrgLine({ email: "one@example.com", url: "https://one.example.com" }, { id: "org-1", name: "One" }, true)),
21+
stripAnsi(
22+
formatOrgLine({ email: "one@example.com", url: "https://one.example.com" }, { id: "org-1", name: "One" }, true),
23+
),
2224
).toBe(" ● One one@example.com https://one.example.com org-1")
2325
})
2426
})

0 commit comments

Comments
 (0)