Skip to content

Commit 22f6b4b

Browse files
committed
Rename method
1 parent 5a0e307 commit 22f6b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Http/RequestMacrosTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function wants_turbo_stream()
2323
}
2424

2525
/** @test */
26-
public function was_from_turbo_stream()
26+
public function was_from_turbo_native()
2727
{
2828
$request = Request::create('/hello');
2929
$this->assertFalse($request->wasFromTurboNative());

0 commit comments

Comments
 (0)