Skip to content

Commit 4a5e360

Browse files
committed
fix test
1 parent 5459428 commit 4a5e360

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/Integration/Http/Resources/JsonApi/JsonApiResourceTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,6 @@ protected function afterRefreshingDatabase()
5858
});
5959
}
6060

61-
public function testBaseJsonResourceCanBeConvertedToJsonApiResource()
62-
{
63-
$user = UserFactory::new()->create();
64-
65-
$resource = (new UserResource($user))->asJsonApi();
66-
67-
$this->assertInstanceOf(JsonApiResource::class, $resource);
68-
}
69-
7061
public function testItCanGenerateJsonApiResponse()
7162
{
7263
$user = UserFactory::new()->create();

0 commit comments

Comments
 (0)