Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
deekshas8 committed Aug 6, 2024
1 parent 1e8b0b2 commit 707bc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gen-ai-hub/src/core/http-client.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { HttpDestination } from '@sap-cloud-sdk/connectivity';
import { mockGetAiCoreDestination } from '../test-util/mock-context.js';
import { mockInference } from '../../test-util/mock-http.js';
import { mockInference } from '../test-util/mock-http.js';
import { executeRequest } from './http-client.js';

describe('http-client', () => {
Expand Down

0 comments on commit 707bc56

Please sign in to comment.