| Index: pkg/analysis_server/test/services/completion/dart/common_usage_sorter_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/dart/common_usage_sorter_test.dart b/pkg/analysis_server/test/services/completion/dart/common_usage_sorter_test.dart
|
| index 7929a9d997af04926a41c9eac5a3db4fff9738a1..66b236d52fdf0fda6ecc76ec8f2b5f9b61a9c55c 100644
|
| --- a/pkg/analysis_server/test/services/completion/dart/common_usage_sorter_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/dart/common_usage_sorter_test.dart
|
| @@ -107,7 +107,7 @@ class CommonUsageSorterTest extends AbstractAnalysisTest {
|
| source,
|
| new DartCompletionCache(context, source),
|
| null,
|
| - null,
|
| + server.serverPlugin.completionContributors,
|
| new CommonUsageSorter(selectorRelevance));
|
|
|
| Response response =
|
|
|