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
+2 -2
View File
@@ -1,4 +1,4 @@
@inherits Bunit.TestContext
@inherits Bunit.BunitContext
@code
{
@@ -29,4 +29,4 @@
var image = cut.Find("img[alt='Stevan Freeborn']");
image.Should().NotBeNull();
}
}
}