Skip to content

Commit

Permalink
chore: add shouldly
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexZeitler committed Apr 14, 2024
1 parent 8603f05 commit 3d8c981
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Shouldly" Version="4.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/AspNetMartenHtmxVsa.IntegrationTests/UnitTest1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ public class UnitTest1
[Test]
public void Test1()
{
1.ShouldBe(1);
}
}
1 change: 1 addition & 0 deletions src/AspNetMartenHtmxVsa.IntegrationTests/Usings.cs
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
global using NUnit.Framework;
global using Shouldly;

0 comments on commit 3d8c981

Please sign in to comment.