| Index: pkg/analysis_server/test/services/index/dart_index_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/index/dart_index_contributor_test.dart b/pkg/analysis_server/test/services/index/dart_index_contributor_test.dart
|
| index b8cd560aa53c7d126242f11ad4b525eb776ade9f..022a7c9e0a7aa5cb62152149d4450f3057e85c0e 100644
|
| --- a/pkg/analysis_server/test/services/index/dart_index_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/index/dart_index_contributor_test.dart
|
| @@ -69,7 +69,7 @@ class DartUnitContributorTest extends AbstractSingleUnitTest {
|
|
|
| void setUp() {
|
| super.setUp();
|
| - when(store.aboutToIndexDart(context, anyObject)).thenReturn(true);
|
| + when(store.aboutToIndex(context, anyObject)).thenReturn(true);
|
| when(store.recordRelationship(anyObject, anyObject, anyObject)).thenInvoke(
|
| (IndexableObject indexable, RelationshipImpl relationship,
|
| LocationImpl location) {
|
|
|