Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
egil committed Feb 5, 2024
1 parent a0a9860 commit fff7209
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions BlazorTestingAZ.Tests/BlazorTestingAZ.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="bunit" Version="1.25.3" />
<PackageReference Include="Verify.Bunit" Version="10.2.0" />
<PackageReference Include="bunit" Version="1.26.64" />
<PackageReference Include="Verify.Bunit" Version="11.0.0" />
<PackageReference Include="Verify.Playwright" Version="2.3.0" />
<PackageReference Include="Verify.NUnit" Version="22.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.0" />
<PackageReference Include="Verify.NUnit" Version="23.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.Playwright" Version="1.39.0" />
<PackageReference Include="Microsoft.Playwright.NUnit" Version="1.39.0" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="Microsoft.Playwright" Version="1.41.2" />
<PackageReference Include="Microsoft.Playwright.NUnit" Version="1.41.2" />
<PackageReference Include="NUnit" Version="4.0.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit.Analyzers" Version="3.9.0">
<PackageReference Include="NUnit.Analyzers" Version="4.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// Assert
IRenderedComponent<Alert> component = cut.FindComponent<Alert>();
Alert alert = component.Instance;
Assert.True(alert.Dismissed);
Assert.That(alert.Dismissed);
}

// Markup should match this:
Expand Down

0 comments on commit fff7209

Please sign in to comment.