Skip to content

Commit

Permalink
test breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed Jul 16, 2024
1 parent f58d48c commit d2a8fb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vertexai/src/service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const fakeApp = {
describe('VertexAIService', () => {
it('uses default location if not specified', () => {
const vertexAI = new VertexAIService(fakeApp);
expect(false).to.equal(true);
expect(vertexAI.location).to.equal(DEFAULT_LOCATION);
});
it('uses custom location if specified', () => {
Expand Down

0 comments on commit d2a8fb1

Please sign in to comment.