Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Aug 27, 2024
1 parent 1aa5689 commit ca73b74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/gen-ai-hub/src/utils/deployment-resolver.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ describe('deployment resolver', () => {
});

it('should return the first deployment, if multiple are given', async () => {
const { id, configurationId } = await resolveDeployment({
const { id } = await resolveDeployment({
scenarioId: 'foundation-models'
});
expect(id).toBe('1');
expect(configurationId).toBe('c1');
});

it('should return the first deployment with the correct model name', async () => {
Expand Down

0 comments on commit ca73b74

Please sign in to comment.