Skip to content

Commit 4d6a5ce

Browse files
committed
Lint fix
1 parent b083d00 commit 4d6a5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vertexai/integration/count-tokens.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('Count Tokens', () => {
3838
safetySettings
3939
});
4040

41-
let response = await model.countTokens('Why is the sky blue?');
41+
const response = await model.countTokens('Why is the sky blue?');
4242

4343
expect(response.totalTokens).to.equal(6);
4444
expect(response.totalBillableCharacters).to.equal(16);

0 commit comments

Comments
 (0)