| Index: tests/lib/async/timer_repeat_test.dart
|
| diff --git a/tests/lib/async/timer_repeat_test.dart b/tests/lib/async/timer_repeat_test.dart
|
| index 1ed5139652f8213462268cead79ba64f9306cc95..0d0d34ef63bca127fd0d6ee46b7ef161e8a1d2c8 100644
|
| --- a/tests/lib/async/timer_repeat_test.dart
|
| +++ b/tests/lib/async/timer_repeat_test.dart
|
| @@ -5,7 +5,7 @@
|
| library timer_repeat_test;
|
|
|
| import 'dart:async';
|
| -import 'package:unittest/unittest.dart';
|
| +import 'package:test/test.dart';
|
|
|
| const Duration TIMEOUT = const Duration(milliseconds: 500);
|
| const int ITERATIONS = 5;
|
|
|