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", () { |