Skip to content

Commit aeadc6c

Browse files
chore: finish string
1 parent 96469ce commit aeadc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vertexai/__tests__/backwards-compatbility.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe('VertexAI backward compatibility', function () {
5252
assertAssignable<VertexAI, AI>();
5353
});
5454

55-
it('should allow VertexAIError to extend AIError, function () {
55+
it('should allow VertexAIError to extend AIError', function () {
5656
assertAssignable<typeof VertexAIError, typeof AIError>();
5757
const err = new VertexAIError(VertexAIErrorCode.ERROR, '');
5858
expect(err).toBeInstanceOf(AIError);

0 commit comments

Comments
 (0)