Skip to content

Commit ece6e23

Browse files
kevin1chunclaude
andcommitted
fix: biome formatting in tools.test.ts
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d59a1e5 commit ece6e23

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

typescript/__tests__/server/tools.test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,11 @@ describe("Tool handlers return MCP content format", () => {
147147

148148
const accountsData = await callTool(tools, "robinhood_get_accounts");
149149
expect(accountsData.accounts).toEqual([
150-
{ url: "https://api.robinhood.com/accounts/ABC123/", account_number: "[REDACTED]", type: "cash" },
150+
{
151+
url: "https://api.robinhood.com/accounts/ABC123/",
152+
account_number: "[REDACTED]",
153+
type: "cash",
154+
},
151155
]);
152156

153157
const accountData = await callTool(tools, "robinhood_get_account", { info_type: "user" });

0 commit comments

Comments
 (0)