fix: replace deprecated TestContext with BunitContext
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user