Index: pkg/analysis_server/test/src/plugin/plugin_locator_test.dart |
diff --git a/pkg/analysis_server/test/src/plugin/plugin_locator_test.dart b/pkg/analysis_server/test/src/plugin/plugin_locator_test.dart |
index 956987cc473e14adb4474ad04a5a34a2e84f4944..6794a52bab51a7a2dacc4e3ef4cfb7ac902238ff 100644 |
--- a/pkg/analysis_server/test/src/plugin/plugin_locator_test.dart |
+++ b/pkg/analysis_server/test/src/plugin/plugin_locator_test.dart |
@@ -76,7 +76,7 @@ class PluginLocatorTest { |
resourceProvider.pathContext.join(packageRoot, 'pluginDir'); |
_createPubspec(''' |
name: test_project |
-${PluginLocator.analysisPluginKey}: $nonDefaultPath |
+${PluginLocator.analyzerPluginKey}: $nonDefaultPath |
'''); |
resourceProvider.newFolder(nonDefaultPath); |
return nonDefaultPath; |