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 d1aeb00c188ca2a332cc4c61a31abb6552c8a884..eeef7bf2716de40682bf8346148958fd0d90bb6a 100644 |
--- a/utils/tests/pub/lock_file_test.dart |
+++ b/utils/tests/pub/lock_file_test.dart |
@@ -5,13 +5,13 @@ |
library lock_file_test; |
import '../../../pkg/unittest/lib/unittest.dart'; |
+import '../../../pkg/yaml/lib/yaml.dart'; |
import '../../pub/lock_file.dart'; |
import '../../pub/package.dart'; |
import '../../pub/source.dart'; |
import '../../pub/source_registry.dart'; |
import '../../pub/utils.dart'; |
import '../../pub/version.dart'; |
-import '../../pub/yaml/yaml.dart'; |
class MockSource extends Source { |
final String name = 'mock'; |