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

Unified Diff: test/http_throttle_test.dart

Issue 1234313004: Upgrade to the new test runner. (Closed) Base URL: git@github.com:dart-lang/http_throttle@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/http_throttle_test.dart
diff --git a/test/http_throttle_test.dart b/test/http_throttle_test.dart
index 13fe058034ffb965f93fc88cad36bac4b82b2f04..0cf0662abadfd50fd883f7f6ebc29f497ba68dbf 100644
--- a/test/http_throttle_test.dart
+++ b/test/http_throttle_test.dart
@@ -7,7 +7,7 @@ import 'dart:async';
import 'package:http/http.dart' as http;
import 'package:http/testing.dart';
import 'package:http_throttle/http_throttle.dart';
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
void main() {
test("makes requests until the limit is hit", () {
« 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