Skip to content

Commit

Permalink
refactor: people type
Browse files Browse the repository at this point in the history
  • Loading branch information
FredPeal committed Jul 13, 2024
1 parent 58bc007 commit 1c74f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/GraphQL/Guild/PeopleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,6 @@ public function testPeopleCountBySubscriptionType()
'peopleCountBySubscriptionType',
],
]);
$this->assertTrue(is_int($response['data']['peopleCount']));
$this->assertTrue(is_int($response['data']['peopleCountBySubscriptionType']));
}
}

0 comments on commit 1c74f84

Please sign in to comment.