Index: pkg/analyzer_plugin/test/plugin/plugin_test.dart |
diff --git a/pkg/analyzer_plugin/test/plugin/plugin_test.dart b/pkg/analyzer_plugin/test/plugin/plugin_test.dart |
index ec90cf95162b6ee6d174a446a01f41d3e2146459..85c1c6beb813165f1c4bb03632723d6814b61d81 100644 |
--- a/pkg/analyzer_plugin/test/plugin/plugin_test.dart |
+++ b/pkg/analyzer_plugin/test/plugin/plugin_test.dart |
@@ -221,7 +221,7 @@ class ServerPluginTest { |
test_handlePluginVersionCheck() async { |
PluginVersionCheckResult result = await plugin.handlePluginVersionCheck( |
- new PluginVersionCheckParams('path', '0.1.0')); |
+ new PluginVersionCheckParams('byteStorePath', 'sdkPath', '0.1.0')); |
expect(result, isNotNull); |
expect(result.interestingFiles, ['*.dart']); |
expect(result.isCompatible, isTrue); |