Skip to content

Commit 40ce3c5

Browse files
committed
fix imagen test request options assertion
1 parent b016952 commit 40ce3c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/ai/src/models/imagen-model.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ describe('ImagenModel', () => {
167167
task: request.Task.PREDICT,
168168
apiSettings: match.any,
169169
stream: false,
170-
singleRequestOptions
170+
singleRequestOptions: {
171+
timeout: singleRequestOptions.timeout
172+
}
171173
},
172174
match.any
173175
);

0 commit comments

Comments
 (0)