From d844d83e1f35185c9a8e43ec7738ae09918168c9 Mon Sep 17 00:00:00 2001 From: Tony Messias Date: Fri, 15 Apr 2022 17:37:23 -0300 Subject: [PATCH] Fix start command test for windows --- tests/Feature/StartCommandTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/StartCommandTest.php b/tests/Feature/StartCommandTest.php index e0e4065d..d5e0a641 100644 --- a/tests/Feature/StartCommandTest.php +++ b/tests/Feature/StartCommandTest.php @@ -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, 'Exit', ];