Skip to content

Commit

Permalink
Fix start command test for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Apr 15, 2022
1 parent eb023e6 commit d844d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/StartCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function it_can_start_containers_by_name_when_there_are_multiple()

$menuItems = [
$firstContainerId . ' - ' . $firstContainerName,
$mysql = $secondContainerId . ' - ' . str_replace('TO--', '', $secondContainerName),
$mysql = $secondContainerId . ' - ' . $secondContainerName,
'<info>Exit</>',
];

Expand Down

0 comments on commit d844d83

Please sign in to comment.