8000 fix test · symfony/symfony@0ec778b · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ec778b

Browse files
committed
fix test
1 parent 1492e46 commit 0ec778b

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