Skip to content

Commit d0d4d28

Browse files
author
Cloud Shell
committed
feat: change assertion to more common output
1 parent ac0ac1b commit d0d4d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generative-ai/snippets/test/sendMultiModalPromptWithVideo.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ describe('Generative AI Stream MultiModal with Video', () => {
3030
`node ./sendMultiModalPromptWithVideo.js ${project} ${location} ${model}`
3131
);
3232
// Ensure that the conversation is what we expect for these images
33-
assert(output.match(/advertisement/));
33+
assert(output.match(/Zootopia/));
3434
});
3535
});

0 commit comments

Comments
 (0)