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 Sep 12, 2023
1 parent e5d36f5 commit 199fc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ function (InvalidArgumentException $e, $ray) {
expect($sentRequests[0]['payloads'][0]['content']['values'])->toBe(['this is the result of the private method']);
});

it('can send the expand payload', function(
it('can send the expand payload', function (
?array $expandArguments,
?int $expectedLevel,
array $expectedKeys
Expand Down

0 comments on commit 199fc79

Please sign in to comment.