Skip to content

Commit d035951

Browse files
committed
add closing bracket
1 parent 29318a4 commit d035951

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ describe('GenerativeModel', () => {
7272
}
7373
})
7474
).to.throw(AIErrorCode.UNSUPPORTED);
75+
});
7576
it('passes params through to generateContent', async () => {
7677
const genModel = new GenerativeModel(
7778
fakeAI,

0 commit comments

Comments
 (0)