fix: replace deprecated TestContext with BunitContext

This commit is contained in:
Stevan Freeborn
2025-11-22 07:23:37 -06:00
parent a1fa9f8a37
commit 4d186a0274
3 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
@inherits Bunit.TestContext
@inherits Bunit.BunitContext
@code
@code
{
[Test]
public void Footer_WhenRendered_ItShouldRenderFooterWithNavLinks()
{
var ctx = new TestContext();
var ctx = new BunitContext();
var cut = ctx.Render(@<Footer />);