Skip to content

Commit

Permalink
fix(behat): type error ?
Browse files Browse the repository at this point in the history
  • Loading branch information
maxperei committed Dec 30, 2024
1 parent fef29f9 commit 7a55bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Behat/Context/Cli/CliContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function iHaveAWorkingCommandLineInterface(): void
*/
public function iShouldSeeInTheMessage(string $messagePart): void
{
Assert::assertContains($messagePart, $this->tester->getDisplay());
Assert::assertContains($messagePart, [$this->tester->getDisplay()]);
}

/**
Expand Down

0 comments on commit 7a55bcf

Please sign in to comment.