Skip to content

Commit 40af601

Browse files
committed
Format provider availability tests
1 parent 448b4f8 commit 40af601

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

apps/web/src/lib/providerAvailability.test.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@ describe("providerAvailability", () => {
5454
isProviderReadyForThreadSelection({
5555
provider: "claudeAgent",
5656
statuses: [
57-
makeStatus("claudeAgent", { status: "error", available: true, authStatus: "unauthenticated" }),
57+
makeStatus("claudeAgent", {
58+
status: "error",
59+
available: true,
60+
authStatus: "unauthenticated",
61+
}),
5862
],
5963
claudeAuthTokenHelperCommand: "my-token-helper",
6064
}),
@@ -66,7 +70,11 @@ describe("providerAvailability", () => {
6670
isProviderReadyForThreadSelection({
6771
provider: "claudeAgent",
6872
statuses: [
69-
makeStatus("claudeAgent", { status: "ready", available: true, authStatus: "unauthenticated" }),
73+
makeStatus("claudeAgent", {
74+
status: "ready",
75+
available: true,
76+
authStatus: "unauthenticated",
77+
}),
7078
],
7179
claudeAuthTokenHelperCommand: "my-token-helper",
7280
}),

0 commit comments

Comments
 (0)