Skip to content

Commit 92729b1

Browse files
author
Guiners
committed
adding samples, test, lints
1 parent 6197a83 commit 92729b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/test/tools-func-desc-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('../tools/tools-func-desc-with-txt.js');
2222

23-
describe('tools-func-desc-with-txt', async () => {
23+
describe('tools-func-desc-with-txt', () => {
2424
it('should generate a function call', async function () {
2525
this.timeout(10000);
2626
const output = await sample.generateContent(projectId);

0 commit comments

Comments
 (0)