Skip to content

Commit

Permalink
use variable
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Jan 24, 2024
1 parent b66e36b commit b0d4cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Integration/Subscriptions/SubscriptionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -471,11 +471,11 @@ protected function subscribe(): TestResponse
*
* @return array<string, array<string, mixed>>
*/
protected function buildResponse(string $channelName, string $channel): array
protected function buildResponse(string $fieldName, string $channel): array
{
return [
'data' => [
'onPostCreated' => null,
$fieldName => null,
],
'extensions' => [
'lighthouse_subscriptions' => [
Expand Down

0 comments on commit b0d4cab

Please sign in to comment.