test(e2e): update expected patch output (#1238)

This commit is contained in:
Felix Angelov
2023-09-08 22:19:39 +02:00
committed by GitHub
parent b66c0f47d0
commit 6fc3bbde77
@@ -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.