Skip to content

Commit d2a8fb1

Browse files
committed
test breakage
1 parent f58d48c commit d2a8fb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vertexai/src/service.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const fakeApp = {
3030
describe('VertexAIService', () => {
3131
it('uses default location if not specified', () => {
3232
const vertexAI = new VertexAIService(fakeApp);
33+
expect(false).to.equal(true);
3334
expect(vertexAI.location).to.equal(DEFAULT_LOCATION);
3435
});
3536
it('uses custom location if specified', () => {

0 commit comments

Comments
 (0)