Skip to content

Commit f47ae9d

Browse files
the whole type name
1 parent 0caf978 commit f47ae9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PowerShellEditorServices.Test.Shared/Completion/CompleteTypeName.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ internal class CompleteTypeName
2222

2323
public static readonly CompletionDetails ExpectedCompletion =
2424
CompletionDetails.Create(
25-
"ArrayList",
25+
"System.Collections.ArrayList",
2626
CompletionType.Type,
2727
"System.Collections.ArrayList"
2828
);

0 commit comments

Comments
 (0)