Skip to content

Commit 4ee6e73

Browse files
Update genai/test/imggen-raw-reference-with-txt-img.test.js
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 1381b08 commit 4ee6e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/test/imggen-raw-reference-with-txt-img.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const sample = require('../image-generation/imggen-raw-reference-with-txt-img');
2323
const {delay} = require('./util');
2424
const {createOutputGcsUri} = require('./imggen-util');
2525
describe('imggen-raw-reference-with-txt-img', () => {
26-
it('should return a GCS URI string', async function () {
26+
it('should return an array of generated image URIs', async function () {
2727
this.timeout(180000);
2828
this.retries(4);
2929
const output = await createOutputGcsUri();

0 commit comments

Comments
 (0)