Skip to content

Commit b29f041

Browse files
committed
formatting
1 parent 2887143 commit b29f041

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/vertexai/src/methods/generate-content.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,9 @@ describe('generateContent()', () => {
188188
);
189189
});
190190
it('unknown enum - should ignore', async () => {
191-
const mockResponse = getMockResponse('unary-success-unknown-enum-safety-ratings.json');
191+
const mockResponse = getMockResponse(
192+
'unary-success-unknown-enum-safety-ratings.json'
193+
);
192194
const makeRequestStub = stub(request, 'makeRequest').resolves(
193195
mockResponse as Response
194196
);

0 commit comments

Comments
 (0)