Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Unified Diff: test/server/batch_test.dart

Issue 864983002: Fix a couple test timeouts. (Closed) Base URL: git@github.com:dart-lang/json_rpc_2@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/server/server_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/server/batch_test.dart
diff --git a/test/server/batch_test.dart b/test/server/batch_test.dart
index 7dda84f345f3946b5975c6efa13ea97dd19d99ed..f92a3cf04908677f85d3ff3762184034ffe60307 100644
--- a/test/server/batch_test.dart
+++ b/test/server/batch_test.dart
@@ -70,7 +70,7 @@ void main() {
{'jsonrpc': '2.0', 'method': 'foo'},
{'jsonrpc': '2.0', 'method': 'id', 'params': ['value']},
{'jsonrpc': '2.0', 'method': 'arg', 'params': {'arg': 'value'}}
- ]), completion(isNull));
+ ]), doesNotComplete);
});
test('returns an error if the batch is empty', () {
« no previous file with comments | « no previous file | test/server/server_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698