diff --git a/tests/Integration/Controller/ListControllerTest.php b/tests/Integration/Controller/ListControllerTest.php index 4b449e4..db5f8e3 100644 --- a/tests/Integration/Controller/ListControllerTest.php +++ b/tests/Integration/Controller/ListControllerTest.php @@ -408,6 +408,6 @@ public function getListSubscribersCountWithCurrentSessionKeyForExistingListWithS $this->authenticatedJsonRequest('get', '/api/v2/lists/2/subscribers/count'); $responseContent = $this->getResponseContentAsInt(); - static::assertSame(1, $responseContent); + static::assertSame(2, $responseContent); } }