Index: pkg/analysis_server/test/integration/protocol_matchers.dart |
diff --git a/pkg/analysis_server/test/integration/protocol_matchers.dart b/pkg/analysis_server/test/integration/protocol_matchers.dart |
index 2a0cd06185534ec25acc6dd21071ca3dffc25dd2..cb2f80465a490094f7b1a3439650c49df391e8e4 100644 |
--- a/pkg/analysis_server/test/integration/protocol_matchers.dart |
+++ b/pkg/analysis_server/test/integration/protocol_matchers.dart |
@@ -1307,7 +1307,6 @@ final Matcher isCompletionSuggestionKind = new MatchesEnum("CompletionSuggestion |
* "explicitFileCount": int |
* "implicitFileCount": int |
* "workItemQueueLength": int |
- * "workItemQueueLengthAverage": String |
* "cacheEntryExceptions": List<String> |
* } |
*/ |
@@ -1317,7 +1316,6 @@ final Matcher isContextData = new LazyMatcher(() => new MatchesJsonObject( |
"explicitFileCount": isInt, |
"implicitFileCount": isInt, |
"workItemQueueLength": isInt, |
- "workItemQueueLengthAverage": isString, |
"cacheEntryExceptions": isListOf(isString) |
})); |