Skip to content

Commit 444ae41

Browse files
committed
Fix hover test output
1 parent 904dd13 commit 444ae41

File tree

1 file changed

+1
-1
lines changed
  • src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests

1 file changed

+1
-1
lines changed

src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/HoverTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public async Task Hover_OverTagHelperElementAsync()
2424
var hoverString = await TestServices.Editor.GetHoverStringAsync(position, ControlledHangMitigatingCancellationToken);
2525

2626
// Assert
27-
const string ExpectedResult = "Microsoft.AspNetCore.Components.Web.PageTitleEnables rendering an HTML <title> to a HeadOutlet component.";
27+
const string ExpectedResult = "class Microsoft.AspNetCore.Components.Web.PageTitleEnables rendering an HTML <title> to a HeadOutlet component.";
2828
AssertEx.EqualOrDiff(ExpectedResult, hoverString);
2929
}
3030

0 commit comments

Comments
 (0)