| Index: sdk/lib/_internal/pub/test/get/git/check_out_and_upgrade_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/get/git/check_out_and_upgrade_test.dart b/sdk/lib/_internal/pub/test/get/git/check_out_and_upgrade_test.dart
|
| index f6dc68160d6657719d889492cb4cb8c713aae156..f2ff3bfeb545c967d8838a4b01996e88cd1972ab 100644
|
| --- a/sdk/lib/_internal/pub/test/get/git/check_out_and_upgrade_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/get/git/check_out_and_upgrade_test.dart
|
| @@ -4,6 +4,8 @@
|
|
|
| library pub_tests;
|
|
|
| +import 'package:scheduled_test/scheduled_test.dart';
|
| +
|
| import '../../descriptor.dart' as d;
|
| import '../../test_pub.dart';
|
|
|
| @@ -39,7 +41,7 @@ main() {
|
| d.libPubspec('foo', '1.0.0')
|
| ]).commit();
|
|
|
| - pubUpgrade();
|
| + pubUpgrade(output: contains("Changed 1 dependency!"));
|
|
|
| // When we download a new version of the git package, we should re-use the
|
| // git/cache directory but create a new git/ directory.
|
|
|