Skip to content

Commit

Permalink
Fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Aug 1, 2023
1 parent 363bf0d commit 89f5847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Console/ListCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

expect($exitCode)->toBe(0)
->and($output->fetch())->toStartWith(<<<'EOF'
[{"method":"GET","uri":"\/books","view":"books\/index.blade.php"},{"method":"GET","uri":"\/books\/{...book}\/detail
[{"method":"GET","domain":null,"uri":"\/books","view":"books\/index.blade.php"},{"method":"GET","domain":null,"uri":"\/books\/{...book}\/detail
EOF);
});

Expand Down

0 comments on commit 89f5847

Please sign in to comment.