Index: tests/lib/async/timer_test.dart |
diff --git a/tests/lib/async/timer_test.dart b/tests/lib/async/timer_test.dart |
index d08754b862e69d1d0c90f09cbd73fba0ea4063e7..1e10f59e700e6976523a93da1cdf32d14c2d7f65 100644 |
--- a/tests/lib/async/timer_test.dart |
+++ b/tests/lib/async/timer_test.dart |
@@ -5,7 +5,7 @@ |
library timer_test; |
import 'dart:async'; |
-import 'package:unittest/unittest.dart'; |
+import 'package:test/test.dart'; |
const int STARTTIMEOUT = 1050; |
const int DECREASE = 200; |