We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b20bc9 commit 9bf06a9Copy full SHA for 9bf06a9
src/Meta/test/AzureOpenAiTests.cs
@@ -1,4 +1,4 @@
1
-/*using FluentAssertions;
+/*
2
using LangChain.Chains.LLM;
3
using LangChain.LLMS.AzureOpenAi;
4
using LangChain.Prompts;
src/Testing.props
@@ -23,7 +23,7 @@
23
24
<ItemGroup Label="GlobalUsings">
25
<Using Include="NUnit.Framework" />
26
- <Using Include="FluentAssertions" />
+ <Using Include="AwesomeAssertions" />
27
</ItemGroup>
28
29
</Project>
0 commit comments