Skip to content

Commit

Permalink
Update OpenApiBuildersTest.php
Browse files Browse the repository at this point in the history
Update test; require result to be object
  • Loading branch information
Neorej committed Mar 1, 2024
1 parent e12aee0 commit ffd12e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/OpenApiBuildersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
$document = $openApi->toArray();

expect($document['components']['securitySchemes']['oauth2']['flows']['implicit']['scopes'])
->toBe([]);
->toBeObject();
});

0 comments on commit ffd12e0

Please sign in to comment.