Index: sdk/lib/_internal/pub/test/global/deactivate/git_package_test.dart |
diff --git a/sdk/lib/_internal/pub/test/global/deactivate/git_package_test.dart b/sdk/lib/_internal/pub/test/global/deactivate/git_package_test.dart |
index cc191913b5cb662dec824b80a8e03dbd6f3edcf2..3d14d91eee11ca28741fa1d365914f0ccf224395 100644 |
--- a/sdk/lib/_internal/pub/test/global/deactivate/git_package_test.dart |
+++ b/sdk/lib/_internal/pub/test/global/deactivate/git_package_test.dart |
@@ -20,6 +20,6 @@ main() { |
schedulePub(args: ["global", "activate", "-sgit", "../foo.git"]); |
schedulePub(args: ["global", "deactivate", "foo"], |
- output: 'Deactivated package foo from Git repository "../foo.git".'); |
+ output: 'Deactivated package foo 1.0.0 from Git repository "../foo.git".'); |
}); |
} |