Skip to content
This repository was archived by the owner on Nov 10, 2024. It is now read-only.

Commit 16459aa

Browse files
committed
Update README.md
1 parent 051063b commit 16459aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class ExampleTest extends DuskTestCase
9191
*
9292
* @return void
9393
*/
94-
public function test_basic_example()
94+
public function it_can_store_a_user_and_redirect_back_to_the_index_route()
9595
{
9696
$this->browse(function ($browser) {
9797
$browser->loginAs(User::first())

0 commit comments

Comments
 (0)