Skip to content

Commit f7decbe

Browse files
committed
test: Replace FluentAssertions with AwesomeAssertions
1 parent ac56c25 commit f7decbe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/tests/AutoSDK.IntegrationTests.Cli/AutoSDK.IntegrationTests.Cli.csproj

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

1919
<ItemGroup Label="GlobalUsings">
2020
<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
21-
<Using Include="FluentAssertions" />
21+
<Using Include="AwesomeAssertions" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

src/tests/AutoSDK.SnapshotTests/AutoSDK.SnapshotTests.csproj

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

3232
<ItemGroup Label="GlobalUsings">
3333
<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
34-
<Using Include="FluentAssertions" />
34+
<Using Include="AwesomeAssertions" />
3535
</ItemGroup>
3636

3737
<ItemGroup Label="Resources">

src/tests/AutoSDK.UnitTests/AutoSDK.UnitTests.csproj

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

1717
<ItemGroup Label="GlobalUsings">
1818
<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
19-
<Using Include="FluentAssertions" />
19+
<Using Include="AwesomeAssertions" />
2020
</ItemGroup>
2121

2222
<ItemGroup Label="Resources">

0 commit comments

Comments
 (0)