Skip to content

Commit aeaa32a

Browse files
committed
style: prettier fix on gemini.test.ts (collapse toolFixtureWithId.toolCalls to one line)
1 parent a2876ad commit aeaa32a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/__tests__/gemini.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,7 @@ const multiToolFixture: Fixture = {
119119
const toolFixtureWithId: Fixture = {
120120
match: { userMessage: "pinned-id" },
121121
response: {
122-
toolCalls: [
123-
{ id: "call_test_pinned_001", name: "get_weather", arguments: '{"city":"Tokyo"}' },
124-
],
122+
toolCalls: [{ id: "call_test_pinned_001", name: "get_weather", arguments: '{"city":"Tokyo"}' }],
125123
},
126124
};
127125

0 commit comments

Comments
 (0)