diff --git a/tests/TurboStreamTest.php b/tests/TurboStreamTest.php index 68abe26..ce95cd2 100644 --- a/tests/TurboStreamTest.php +++ b/tests/TurboStreamTest.php @@ -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(); });