Index: pkg/analysis_server/test/edit/fixes_test.dart |
diff --git a/pkg/analysis_server/test/edit/fixes_test.dart b/pkg/analysis_server/test/edit/fixes_test.dart |
index 70f754298f00d39ee7efa5cc91b7b683d6af7bc4..e78763ca4911957661fc260ed17423e0adf8c798 100644 |
--- a/pkg/analysis_server/test/edit/fixes_test.dart |
+++ b/pkg/analysis_server/test/edit/fixes_test.dart |
@@ -61,7 +61,7 @@ main() { |
plugin.EditGetFixesResult result = |
new plugin.EditGetFixesResult(<plugin.AnalysisErrorFixes>[fixes]); |
pluginManager.broadcastResults = <PluginInfo, Future<plugin.Response>>{ |
- info: new Future.value(result.toResponse('-')) |
+ info: new Future.value(result.toResponse('-', 1)) |
}; |
createProject(); |