Skip to content

Commit 1077ae5

Browse files
rm note
1 parent e47cb97 commit 1077ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ai/__tests__/count-tokens.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ describe('countTokens()', () => {
150150
});
151151

152152
it('maps request to GoogleAI format', async () => {
153-
makeRequestStub.mockResolvedValue({ ok: true, json: () => {} } as Response); // Unused
153+
makeRequestStub.mockResolvedValue({ ok: true, json: () => {} } as Response);
154154

155155
await countTokens(fakeGoogleAIApiSettings, 'model', fakeRequestParams);
156156

0 commit comments

Comments
 (0)