Skip to content

Commit 9a2c208

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/test/counttoken-localtokenizer-compute-with-txt.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const sample = require('../count-tokens/counttoken-localtokenizer-compute-with-t
2222
const {delay} = require('./util');
2323

2424
describe('counttoken-localtokenizer-compute-with-txt', () => {
25-
it('should return totalTokens from text prompt', async function () {
25+
it('should return tokensInfo from text prompt', async function () {
2626
this.timeout(18000);
2727
this.retries(4);
2828
await delay(this.test);

0 commit comments

Comments
 (0)