Skip to content

Commit

Permalink
Pint TurboStreamTest
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzymore committed Jul 23, 2022
1 parent 1d2806a commit d2cfa71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TurboStreamTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ function () {

it('checks for turbo stream header', function () {
$request = new \Illuminate\Http\Request(server: [
'HTTP_ACCEPT' => \Eptic\Turbo\Turbo::TURBO_STREAM_FORMAT,
]);
'HTTP_ACCEPT' => \Eptic\Turbo\Turbo::TURBO_STREAM_FORMAT,
]);

expect($request->expectsTurboStream())->toBeTrue();
});

0 comments on commit d2cfa71

Please sign in to comment.