Skip to content

Commit a76c235

Browse files
Update genai/test/counttoken-resp-with-txt.test.js
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent c6a1d96 commit a76c235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

genai/test/counttoken-resp-with-txt.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const {describe, it} = require('mocha');
2020
const projectId = process.env.CAIP_PROJECT_ID;
2121
const sample = require('../count-tokens/counttoken-resp-with-txt.js');
2222

23-
describe('counttoken-resp-with-txt', async () => {
23+
describe('counttoken-resp-with-txt', () => {
2424
it('should return the usageMetadata from text prompt', async () => {
2525
const output = await sample.countTokens(projectId);
2626
assert.notEqual(output, undefined);

0 commit comments

Comments
 (0)