Skip to content

Commit 35c5e63

Browse files
Update genai/test/textgen-with-multi-img.test.js
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 139c944 commit 35c5e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/test/textgen-with-multi-img.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const projectId = process.env.CAIP_PROJECT_ID;
2121
const sample = require('../text-generation/textgen-with-multi-img.js');
2222

2323
describe('textgen-with-multi-img', async () => {
24-
it('should generate text content from a text prompt and multiple images.', async () => {
24+
it('should generate text content from a text prompt and multiple images', async () => {
2525
const output = await sample.generateContent(projectId);
2626
assert(output.length);
2727
});

0 commit comments

Comments
 (0)