Index: test/global/activate/unexpected_arguments_test.dart |
diff --git a/test/global/activate/unexpected_arguments_test.dart b/test/global/activate/unexpected_arguments_test.dart |
index 24d0e2ce52eddc0e2bad47e704dcee116cd08d79..8d97c40a5cda590274aebdaa1e8d899d152fbdb5 100644 |
--- a/test/global/activate/unexpected_arguments_test.dart |
+++ b/test/global/activate/unexpected_arguments_test.dart |
@@ -2,9 +2,9 @@ |
// 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_test.dart'; |
-import '../../../lib/src/exit_codes.dart' as exit_codes; |
import '../../test_pub.dart'; |
main() { |