| Index: pkg/scheduled_test/test/value_future_test.dart
|
| diff --git a/pkg/scheduled_test/test/value_future_test.dart b/pkg/scheduled_test/test/value_future_test.dart
|
| index ebbcf17a836b86dba10870c68bf18fb0e0d7dba8..a5777b31188153ea1f27c430449844ed44f3fc13 100644
|
| --- a/pkg/scheduled_test/test/value_future_test.dart
|
| +++ b/pkg/scheduled_test/test/value_future_test.dart
|
| @@ -6,8 +6,8 @@ library value_future_test;
|
|
|
| import 'dart:async';
|
|
|
| -import '../lib/src/value_future.dart';
|
| -import '../../../pkg/unittest/lib/unittest.dart';
|
| +import 'package:scheduled_test/src/value_future.dart';
|
| +import 'package:unittest/unittest.dart';
|
|
|
| void main() {
|
| group('works like a normal Future for', () {
|
|
|