Index: test/get/path/relative_path_test.dart |
diff --git a/test/get/path/relative_path_test.dart b/test/get/path/relative_path_test.dart |
index d9f8ce86ef9a4cc85ac2715b4a8c59b23e231951..3f7dcc246e02b09beaf5dca5b869b894840ba906 100644 |
--- a/test/get/path/relative_path_test.dart |
+++ b/test/get/path/relative_path_test.dart |
@@ -3,11 +3,11 @@ |
// BSD-style license that can be found in the LICENSE d.file. |
import 'package:path/path.dart' as path; |
+import 'package:pub/src/lock_file.dart'; |
+import 'package:pub/src/source_registry.dart'; |
import 'package:scheduled_test/scheduled_test.dart'; |
import 'package:unittest/unittest.dart'; |
-import '../../../lib/src/lock_file.dart'; |
-import '../../../lib/src/source_registry.dart'; |
import '../../descriptor.dart' as d; |
import '../../test_pub.dart'; |