Index: sdk/lib/_internal/pub/test/test_pub.dart |
diff --git a/sdk/lib/_internal/pub/test/test_pub.dart b/sdk/lib/_internal/pub/test/test_pub.dart |
index df1bf1b2b24fcdf93cd792445fbaa840e1864d98..4d5213a5f4aa2aa4d1e94199bcb867e7a568f32c 100644 |
--- a/sdk/lib/_internal/pub/test/test_pub.dart |
+++ b/sdk/lib/_internal/pub/test/test_pub.dart |
@@ -435,7 +435,7 @@ void confirmPublish(ScheduledProcess pub) { |
// TODO(rnystrom): This is overly specific and inflexible regarding different |
// test packages. Should validate this a little more loosely. |
expect(pub.nextLine(), completion(startsWith( |
- 'Publishing "test_pkg" 1.0.0 to '))); |
+ 'Publishing test_pkg 1.0.0 to '))); |
expect(pub.nextLine(), completion(equals("|-- LICENSE"))); |
expect(pub.nextLine(), completion(equals("|-- lib"))); |
expect(pub.nextLine(), completion(equals("| '-- test_pkg.dart"))); |