Skip to content

Commit d33bc90

Browse files
authored
Update ErrorSquiggleProducerTests.cs
1 parent c0e231b commit d33bc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EditorFeatures/CSharpTest/Squiggles/ErrorSquiggleProducerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ void Test()
142142
var expectedToolTip = new ContainerElement(
143143
ContainerElementStyle.Wrapped,
144144
new ClassifiedTextElement(
145-
new ClassifiedTextRun(ClassificationTypeNames.Text, "IDE0005"),
145+
new ClassifiedTextRun(ClassificationTypeNames.Text, "IDE0005", QuickInfoHyperLink.TestAccessor.CreateNavigationAction(new Uri("https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005", UriKind.Absolute)), "https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005"),
146146
new ClassifiedTextRun(ClassificationTypeNames.Punctuation, ":"),
147147
new ClassifiedTextRun(ClassificationTypeNames.WhiteSpace, " "),
148148
new ClassifiedTextRun(ClassificationTypeNames.Text, CSharpAnalyzersResources.Using_directive_is_unnecessary)));

0 commit comments

Comments
 (0)