Skip to content

Commit 023c332

Browse files
committed
Fix ConsoleTest
1 parent d1b4e4b commit 023c332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Commands/ConsoleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$events = collect($schedule->events())->keyBy('command')->keys()->all();
1111

1212
// Build the expected scheduled command
13-
$scheduledCommand = sprintf("'%s' 'artisan' db:seed --class='%s' --force='1'",
13+
$scheduledCommand = sprintf("'%s' 'artisan' db:seed --class='%s' --force",
1414
PHP_BINARY,
1515
DatabaseSeeder::class,
1616
);

0 commit comments

Comments
 (0)