Skip to content

Commit 9bf06a9

Browse files
authored
fix build after change to AwesomeAssertions (#590)
1 parent 1b20bc9 commit 9bf06a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Meta/test/AzureOpenAiTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*using FluentAssertions;
1+
/*
22
using LangChain.Chains.LLM;
33
using LangChain.LLMS.AzureOpenAi;
44
using LangChain.Prompts;

src/Testing.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<ItemGroup Label="GlobalUsings">
2525
<Using Include="NUnit.Framework" />
26-
<Using Include="FluentAssertions" />
26+
<Using Include="AwesomeAssertions" />
2727
</ItemGroup>
2828

2929
</Project>

0 commit comments

Comments
 (0)