We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffccc89 commit f4548aaCopy full SHA for f4548aa
test/PowerShellEditorServices.Test/Language/CompletionHandlerTests.cs
@@ -83,7 +83,7 @@ public async Task CompletesTypeName()
83
Assert.Equal(CompleteTypeName.ExpectedCompletion with
84
{
85
Kind = CompletionItemKind.Class,
86
- Detail = "Class System.Collections.ArrayList"
+ Detail = "System.Collections.ArrayList"
87
}, actual);
88
}
89
0 commit comments