Skip to content

Commit 561de31

Browse files
authored
Update tests/InitCommandTest.php
1 parent c0a462d commit 561de31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/InitCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ public function testRunWithClerkMobileAppWithPintInstalled(): void
674674
$this->callShellExec('composer require ronasit/laravel-telescope-extension --ansi'),
675675
$this->callShellExec('php artisan telescope:install --ansi'),
676676
$this->callShellExec('php artisan vendor:publish --tag=initializator-web-login --force'),
677-
$this->callShellExec('php artisan migrate --ansi 2>&1'),
677+
$this->callShellExec('php artisan migrate --ansi'),
678678
);
679679

680680
$this

0 commit comments

Comments
 (0)