Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
deekshas8 committed Jul 8, 2024
1 parent c03efaf commit 2056078
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/gen-ai-hub/src/client/openai/openai-client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ describe('openai client', () => {
};
const mockResponse = fs.readFileSync(
path.join(
'..',
'..',
'test-util',
'mock-data',
'openai-chat-completion-success-response.json'
Expand Down Expand Up @@ -95,8 +93,6 @@ describe('openai client', () => {
};
const mockResponse = fs.readFileSync(
path.join(
'..',
'..',
'test-util',
'mock-data',
'openai-error-response.json'
Expand Down Expand Up @@ -127,8 +123,6 @@ describe('openai client', () => {
};
const mockResponse = fs.readFileSync(
path.join(
'..',
'..',
'test-util',
'mock-data',
'openai-embeddings-success-response.json'
Expand Down Expand Up @@ -163,8 +157,6 @@ describe('openai client', () => {
};
const mockResponse = fs.readFileSync(
path.join(
'..',
'..',
'test-util',
'mock-data',
'openai-error-response.json'
Expand Down

0 comments on commit 2056078

Please sign in to comment.