Index: test/lish/package_validation_has_an_error_test.dart |
diff --git a/test/lish/package_validation_has_an_error_test.dart b/test/lish/package_validation_has_an_error_test.dart |
index 9eeae1a2ac0416591c9fe4ec9ee3eb87c57a7e82..762696d93339ee2943045664f1ba1c6e7346b2ca 100644 |
--- a/test/lish/package_validation_has_an_error_test.dart |
+++ b/test/lish/package_validation_has_an_error_test.dart |
@@ -2,11 +2,11 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
+import 'package:pub/src/exit_codes.dart' as exit_codes; |
import 'package:scheduled_test/scheduled_server.dart'; |
import 'package:scheduled_test/scheduled_stream.dart'; |
import 'package:scheduled_test/scheduled_test.dart'; |
-import '../../lib/src/exit_codes.dart' as exit_codes; |
import '../descriptor.dart' as d; |
import '../test_pub.dart'; |