Skip to content

Commit 54589ad

Browse files
committed
Run formatter
1 parent c616128 commit 54589ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/vertexai/src/models/generative-model.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,8 @@ describe('GenerativeModel', () => {
392392
{ model: 'my-model' },
393393
requestOptions
394394
);
395-
await expect(genModel.countTokens('hello', singleRequestOptions)).to.be.rejected;
395+
await expect(genModel.countTokens('hello', singleRequestOptions)).to.be
396+
.rejected;
396397
expect(countTokensStub).to.be.calledWith(
397398
match.any,
398399
match.any,

0 commit comments

Comments
 (0)