diff --git a/tests/GraphQL/Guild/PeopleTest.php b/tests/GraphQL/Guild/PeopleTest.php index ba48d8b7c..2650c70e2 100644 --- a/tests/GraphQL/Guild/PeopleTest.php +++ b/tests/GraphQL/Guild/PeopleTest.php @@ -507,6 +507,6 @@ public function testPeopleCountBySubscriptionType() 'peopleCountBySubscriptionType', ], ]); - $this->assertTrue(is_int($response['data']['peopleCount'])); + $this->assertTrue(is_int($response['data']['peopleCountBySubscriptionType'])); } }