Skip to content

Commit f4548aa

Browse files
Fix type name completion test for winps
1 parent ffccc89 commit f4548aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PowerShellEditorServices.Test/Language/CompletionHandlerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public async Task CompletesTypeName()
8383
Assert.Equal(CompleteTypeName.ExpectedCompletion with
8484
{
8585
Kind = CompletionItemKind.Class,
86-
Detail = "Class System.Collections.ArrayList"
86+
Detail = "System.Collections.ArrayList"
8787
}, actual);
8888
}
8989
}

0 commit comments

Comments
 (0)