Skip to content

Commit

Permalink
Use new name
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMorrow committed Jul 28, 2024
1 parent 4baba67 commit a28a135
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions tests/LiftLog.Tests.App/GlobalUsings.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
global using System.Collections.Immutable;
global using Detest;
global using static Detest.TestBuilder;
global using FluentAssertions;
global using NSubstitute;
global using Oatmilk;
global using static Oatmilk.TestBuilder;
global using Oatmilk.Xunit;
global using Xunit;
2 changes: 1 addition & 1 deletion tests/LiftLog.Tests.App/LiftLog.Tests.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Detest" Version="0.0.4-prerelease" />
<PackageReference Include="Oatmilk.Xunit" Version="0.0.8" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
Expand Down

0 comments on commit a28a135

Please sign in to comment.