From 6fc3bbde7779c51678b1cafa6e50909c25b6f292 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Fri, 8 Sep 2023 22:19:39 +0200 Subject: [PATCH] test(e2e): update expected patch output (#1238) --- .../integration_test/shorebird_cli_integration_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shorebird_cli/integration_test/shorebird_cli_integration_test.dart b/packages/shorebird_cli/integration_test/shorebird_cli_integration_test.dart index ad7d9f9f..ee519e43 100644 --- a/packages/shorebird_cli/integration_test/shorebird_cli_integration_test.dart +++ b/packages/shorebird_cli/integration_test/shorebird_cli_integration_test.dart @@ -160,7 +160,7 @@ void main() { workingDirectory: cwd, ); expect(shorebirdPatchResult.stderr, isEmpty); - expect(shorebirdPatchResult.stdout, contains('Published Patch!')); + expect(shorebirdPatchResult.stdout, contains('Published Patch')); expect(shorebirdPatchResult.exitCode, equals(0)); // Verify that the patch was created.