| Index: sdk/lib/_internal/pub/test/oauth2/with_an_expired_credentials_without_a_refresh_token_authenticates_again_test.dart
|
| diff --git a/utils/tests/pub/oauth2/with_an_expired_credentials_without_a_refresh_token_authenticates_again_test.dart b/sdk/lib/_internal/pub/test/oauth2/with_an_expired_credentials_without_a_refresh_token_authenticates_again_test.dart
|
| similarity index 95%
|
| rename from utils/tests/pub/oauth2/with_an_expired_credentials_without_a_refresh_token_authenticates_again_test.dart
|
| rename to sdk/lib/_internal/pub/test/oauth2/with_an_expired_credentials_without_a_refresh_token_authenticates_again_test.dart
|
| index 7cfcc29978900a01fd533e9816cc8d0e8abee2b5..a844eff31b61f99c2b1abccb0da4e85dd945ee7f 100644
|
| --- a/utils/tests/pub/oauth2/with_an_expired_credentials_without_a_refresh_token_authenticates_again_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/oauth2/with_an_expired_credentials_without_a_refresh_token_authenticates_again_test.dart
|
| @@ -8,8 +8,8 @@ import 'dart:json' as json;
|
| import 'package:scheduled_test/scheduled_test.dart';
|
| import 'package:scheduled_test/scheduled_server.dart';
|
|
|
| -import '../../../pub/io.dart';
|
| -import '../../../pub/utils.dart';
|
| +import '../../lib/src/io.dart';
|
| +import '../../lib/src/utils.dart';
|
| import '../descriptor.dart' as d;
|
| import '../test_pub.dart';
|
| import 'utils.dart';
|
|
|