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

Unified Diff: test/server/server_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 | « test/server/batch_test.dart ('k') | test/server/utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/server/server_test.dart
diff --git a/test/server/server_test.dart b/test/server/server_test.dart
index a89a0d9931425b359d29cbfa32ad6cf2047e57e2..10498b7819080a5bd39a0acf67e4852c19e0399d 100644
--- a/test/server/server_test.dart
+++ b/test/server/server_test.dart
@@ -89,7 +89,7 @@ void main() {
'jsonrpc': '2.0',
'method': 'foo',
'params': {}
- }), completion(isNull));
+ }), doesNotComplete);
});
test("includes the error data in the response", () {
« no previous file with comments | « test/server/batch_test.dart ('k') | test/server/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698