Skip to content

Commit

Permalink
push_test
Browse files Browse the repository at this point in the history
  • Loading branch information
KNaveenraj-ladybird committed Oct 25, 2023
1 parent 2e7bb1a commit 8e434e3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/Unit/RouteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function test_example()
$this->assertTrue(true);
}

public function test_store_user()
/*public function test_store_user()
{
$faker = FakerFactory::create();
Expand Down Expand Up @@ -50,5 +50,11 @@ public function test_store_user()
$this->actingAs($user);
$this->assertAuthenticated();
}
}*/

}

0 comments on commit 8e434e3

Please sign in to comment.