Skip to content

Commit 1caeaa6

Browse files
committed
Revert unnecessary changes.
1 parent 3d20fa9 commit 1caeaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mvc/test/Mvc.FunctionalTests/ComponentRenderingFunctionalTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public async Task Renders_RoutingComponent_UsingRazorComponents_Prerenderer()
8989
await response.AssertStatusCodeAsync(HttpStatusCode.OK);
9090
var content = await response.Content.ReadAsStringAsync();
9191

92-
AssertComponent("Router component\n<!--bl:3--><!--bl:4--><!--bl:5--><!--bl:6--><p>Routed successfully</p><!--/bl:6--><!--/bl:5--><!--/bl:4--><!--/bl:3-->", "Routing", content);
92+
AssertComponent("Router component\n<p>Routed successfully</p>", "Routing", content);
9393
}
9494

9595
[Fact]

0 commit comments

Comments
 (0)