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

Unified Diff: tests/lib_strong/html/websocket_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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
Index: tests/lib_strong/html/websocket_test.dart
diff --git a/tests/lib_strong/html/websocket_test.dart b/tests/lib_strong/html/websocket_test.dart
index 1715c884def1573c7c4dd8ab0c29342256f71d2c..73b78ca55f9f44837e22c4a54fe581150e435ea3 100644
--- a/tests/lib_strong/html/websocket_test.dart
+++ b/tests/lib_strong/html/websocket_test.dart
@@ -1,10 +1,10 @@
library WebSocketTest;
+
import 'package:unittest/unittest.dart';
import 'package:unittest/html_individual_config.dart';
import 'dart:html';
main() {
-
useHtmlIndividualConfiguration();
group('supported', () {
@@ -22,7 +22,7 @@ main() {
var socket = new WebSocket('ws://localhost/ws', 'chat');
expect(socket, isNotNull);
expect(socket, isWebSocket);
- }, expectation);
+ }, expectation);
});
if (WebSocket.supported) {

Powered by Google App Engine
This is Rietveld 408576698