Index: sdk/lib/_internal/pub/test/serve/web_socket/path_to_urls_with_line_test.dart |
=================================================================== |
--- sdk/lib/_internal/pub/test/serve/web_socket/path_to_urls_with_line_test.dart (revision 34273) |
+++ sdk/lib/_internal/pub/test/serve/web_socket/path_to_urls_with_line_test.dart (working copy) |
@@ -23,12 +23,15 @@ |
pubServe(); |
- expectWebSocketResult("pathToUrls", { |
- "path": p.join("web", "main.dart"), |
- "line": 12345 |
- }, { |
- "urls": [getServerUrl("web", "main.dart")], |
- "line": 12345 |
+ schedule(() { |
+ expectWebSocketCall({ |
+ "command": "pathToUrls", |
+ "path": p.join("web", "main.dart"), |
+ "line": 12345 |
+ }, replyEquals: { |
+ "urls": [getServerUrl("web", "main.dart")], |
+ "line": 12345 |
+ }); |
}); |
endPubServe(); |