We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904dd13 commit 444ae41Copy full SHA for 444ae41
src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/HoverTests.cs
@@ -24,7 +24,7 @@ public async Task Hover_OverTagHelperElementAsync()
24
var hoverString = await TestServices.Editor.GetHoverStringAsync(position, ControlledHangMitigatingCancellationToken);
25
26
// Assert
27
- const string ExpectedResult = "Microsoft.AspNetCore.Components.Web.PageTitleEnables rendering an HTML <title> to a HeadOutlet component.";
+ const string ExpectedResult = "class Microsoft.AspNetCore.Components.Web.PageTitleEnables rendering an HTML <title> to a HeadOutlet component.";
28
AssertEx.EqualOrDiff(ExpectedResult, hoverString);
29
}
30
0 commit comments