8000 minor #60027 [Messenger] fix test (xabbuh) · symfony/symfony@f876a66 · GitHub
[go: up one dir, main page]

Skip to content

Commit f876a66

Browse files
committed
minor #60027 [Messenger] fix test (xabbuh)
This PR was merged into the 7.3 branch. Discussion ---------- [Messenger] fix test | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | related to #59978 (comment) | License | MIT Commits ------- 0ec778b fix test
2 parents 1492e46 + 0ec778b commit f876a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Messenger/Tests/Command/FailedMessagesRemoveCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public function testRemoveMessagesFilteredByClassMessage()
223223
$tester = new CommandTester($command);
224224
$tester->execute(['--class-filter' => "stdClass", '--force' => true, '--show-messages' => true]);
225225

226-
$this->assertStringContainsString('There is 2 messages to remove. Do you want to continue? (yes/no)', $tester->getDisplay());
226+
$this->assertStringContainsString('Can you confirm you want to remove 2 messages? (yes/no)', $tester->getDisplay());
227227
$this->assertStringContainsString('Failed Message Details', $tester->getDisplay());
228228
$this->assertStringContainsString('Message with id 10 removed.', $tester->getDisplay());
229229
$this->assertStringContainsString('Message with id 30 removed.', $tester->getDisplay());

0 commit comments

Comments
 (0)
0