Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Oct 12, 2023
1 parent 7fb050c commit 56d4180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ protected function assertValidJsonApi(TestResponse|string|array $data): void

$data = json_decode(json_encode($data));

$result = tap(new Validator, function ($validator) {
$result = tap(new Validator(), function ($validator) {
$validator->resolver()->registerFile(
self::JSON_API_SCHEMA_URL,
$this->localSchemaPath(self::JSON_API_SCHEMA_URL)
Expand Down

0 comments on commit 56d4180

Please sign in to comment.