commit | 4630689bbfa8c029cd44ade47df304ec82423c8b | [log] [tgz] |
---|---|---|
author | Paul Berry <paulberry@google.com> | Thu Feb 28 17:29:14 2019 |
committer | Paul Berry <paulberry@google.com> | Thu Feb 28 17:29:14 2019 |
tree | b441c13b51538b5b5c6d1e659c496789e6300b52 | |
parent | 6be6de5967b007b9cef19b075565312cd5d839cf [diff] |
Remove importUri from test. The corresponding getter was removed from analyzer_plugin in https://github.com/dart-lang/sdk/commit/5e2529c82e11150dbc2448f0f43aa4fcea16177b
diff --git a/angular_analyzer_plugin/test/completion_contributor_test_util.dart b/angular_analyzer_plugin/test/completion_contributor_test_util.dart index 6b79273..e62aa51 100644 --- a/angular_analyzer_plugin/test/completion_contributor_test_util.dart +++ b/angular_analyzer_plugin/test/completion_contributor_test_util.dart
@@ -167,7 +167,6 @@ } else { expect(cs.relevance, equals(relevance), reason: completion); } - expect(cs.importUri, importUri); expect(cs.selectionOffset, equals(completion.length)); expect(cs.selectionLength, equals(0)); expect(cs.isDeprecated, equals(isDeprecated));