Skip to content

Commit ff066a5

Browse files
author
Guiners
committed
fixing lint
1 parent 56c3c90 commit ff066a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

genai/test/textgen-with-multi-img.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('../text-generation/textgen-with-multi-img.js');
2222

23-
describe('textgen-with-multi-img', function () {
23+
describe('textgen-with-multi-img', () => {
2424
it('should generate text content from a text prompt and multiple images', async function () {
2525
this.timeout(60000);
2626

0 commit comments

Comments
 (0)