We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7833a commit 30c05beCopy full SHA for 30c05be
tests/Integration/Controller/ListControllerTest.php
@@ -408,6 +408,6 @@ public function getListSubscribersCountWithCurrentSessionKeyForExistingListWithS
408
$this->authenticatedJsonRequest('get', '/api/v2/lists/2/subscribers/count');
409
$responseContent = $this->getResponseContentAsInt();
410
411
- static::assertSame(1, $responseContent);
+ static::assertSame(2, $responseContent);
412
}
413
0 commit comments