We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e46846 commit 915b7e1Copy full SHA for 915b7e1
src/Components/TestComponentBase.cs
@@ -37,7 +37,7 @@ public TestComponentBase()
37
/// in the file and runs their associated tests.
38
/// </summary>
39
[Fact]
40
- public void ComponentTest()
+ public void RazorTest()
41
{
42
var container = new ContainerComponent(_renderer.Value);
43
container.RenderComponentUnderTest(BuildRenderTree);
0 commit comments