Skip to content

Commit 517b83e

Browse files
author
Guiners
committed
test-pr
1 parent d198266 commit 517b83e

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 > 0 && output.includes('blueberry'));
2727
});

0 commit comments

Comments
 (0)