Skip to content

Commit 88948ab

Browse files
committed
Fix tests
1 parent 8235126 commit 88948ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/feature/OpenApiTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ public function test_generates_openapi_spec()
7676
'properties' => [
7777
'type' => ['type' => 'string', 'const' => 'users'],
7878
'id' => ['type' => 'string', 'readOnly' => true],
79-
'attributes' => ['type' => 'object'],
80-
'relationships' => ['type' => 'object'],
79+
'attributes' => [],
80+
'relationships' => [],
8181
],
8282
],
8383
],

0 commit comments

Comments
 (0)