| Index: pkg/analysis_server/test/services/completion/invocation_computer_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/invocation_computer_test.dart b/pkg/analysis_server/test/services/completion/invocation_computer_test.dart
|
| index ddfb327cb259951bbd9b5c5f8198659368cc491c..45eff1727a81bb96cdf47a78cef60dfc64cb9b1c 100644
|
| --- a/pkg/analysis_server/test/services/completion/invocation_computer_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/invocation_computer_test.dart
|
| @@ -25,7 +25,7 @@ class InvocationComputerTest extends AbstractSelectorSuggestionTest {
|
|
|
| @override
|
| CompletionSuggestion assertSuggestInvocationField(String name, String type,
|
| - {int relevance: COMPLETION_RELEVANCE_DEFAULT, bool isDeprecated: false}) {
|
| + {int relevance: DART_RELEVANCE_DEFAULT, bool isDeprecated: false}) {
|
| return assertSuggestField(
|
| name,
|
| type,
|
|
|