Skip to content

Commit

Permalink
update test (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfrenken authored Nov 5, 2024
1 parent be827b0 commit 3314068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e-tests/src/open-ai-langchain.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ describe('Langchain OpenAI Access', () => {

it('executes an invoke based on an embedding vector from our orchestration readme', async () => {
const result = await invokeRagChain();
expect(result).toContain('@sap-ai-sdk/orchestration');
expect(result).toContain('OrchestrationClient');
});
});

0 comments on commit 3314068

Please sign in to comment.