Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Feb 14, 2025
1 parent aa4d78a commit c384b8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Resolvers/VisibleDataFieldsResolverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ public static function create(string $name): static
};

expect($dataClass::create('Freek')->toArray()['name'])->toBeInstanceOf(Closure::class);
})->skip('Re-enable test after Inertia supports Laravel 12');;
})->skip('Re-enable test after Inertia supports Laravel 12');
;

it('will fail gracefully when a nested field does not exist', function () {
$dataClass = new class () extends Data {
Expand Down

0 comments on commit c384b8d

Please sign in to comment.