| Index: utils/tests/pub/lock_file_test.dart
|
| diff --git a/utils/tests/pub/lock_file_test.dart b/utils/tests/pub/lock_file_test.dart
|
| index cd57bd127d3c5a923065de3c07365f03e6d9d712..715cff6822b8ddf16dab3f3930b4e215baadfc75 100644
|
| --- a/utils/tests/pub/lock_file_test.dart
|
| +++ b/utils/tests/pub/lock_file_test.dart
|
| @@ -4,8 +4,9 @@
|
|
|
| library lock_file_test;
|
|
|
| -import '../../../pkg/unittest/lib/unittest.dart';
|
| -import '../../../pkg/yaml/lib/yaml.dart';
|
| +import 'package:unittest/unittest.dart';
|
| +import 'package:yaml/yaml.dart';
|
| +
|
| import '../../pub/lock_file.dart';
|
| import '../../pub/package.dart';
|
| import '../../pub/source.dart';
|
|
|