finish basic crud api
This commit is contained in:
@@ -80,7 +80,7 @@ class BookmarkTest extends TestCase
|
||||
}
|
||||
|
||||
/** @test */
|
||||
public function a_user_can_retrueved_all_this_to_do_lists()
|
||||
public function a_user_can_retrieved_all_this_to_do_lists()
|
||||
{
|
||||
$this->actingAs($user = factory(User::class)->create(), 'api');
|
||||
$bookmarkOne = factory(Bookmark::class)->create(['user_id' => $user->id]);
|
||||
|
||||
Reference in New Issue
Block a user