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

Unified Diff: test/web_socket_test.dart

Issue 1238803007: Upgrade to the new test runner. (Closed) Base URL: git@github.com:dart-lang/shelf_web_socket@master
Patch Set: Created 5 years, 5 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 | « pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/web_socket_test.dart
diff --git a/test/web_socket_test.dart b/test/web_socket_test.dart
index aa9ea4188dcde4310a4ad9e575294b6c0b496a10..06c0be3b32816f88b185427f569513b9f5bce938 100644
--- a/test/web_socket_test.dart
+++ b/test/web_socket_test.dart
@@ -9,7 +9,7 @@ import 'dart:io';
import 'package:http/http.dart' as http;
import 'package:shelf/shelf_io.dart' as shelf_io;
import 'package:shelf_web_socket/shelf_web_socket.dart';
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
Map<String, String> get _handshakeHeaders => {
"Upgrade": "websocket",
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698