Skip to content

Commit 96fe1fa

Browse files
author
Guiners
committed
Merge remote-tracking branch 'origin/salmpes/counttoken' into salmpes/counttoken
2 parents cdf0f41 + 7ac73d0 commit 96fe1fa

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)