Skip to content

Commit 915b7e1

Browse files
committed
Changed test method in TestComponentBase
1 parent 5e46846 commit 915b7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/TestComponentBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public TestComponentBase()
3737
/// in the file and runs their associated tests.
3838
/// </summary>
3939
[Fact]
40-
public void ComponentTest()
40+
public void RazorTest()
4141
{
4242
var container = new ContainerComponent(_renderer.Value);
4343
container.RenderComponentUnderTest(BuildRenderTree);

0 commit comments

Comments
 (0)