Skip to content

Commit 8fca0ef

Browse files
committed
[BUGFIX] Fix the expected number in an integration test (#119)
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
1 parent 30fde0d commit 8fca0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Controller/ListControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,6 @@ public function getListSubscribersCountWithCurrentSessionKeyForExistingListWithS
408408
$this->authenticatedJsonRequest('get', '/api/v2/lists/2/subscribers/count');
409409
$responseContent = $this->getResponseContentAsInt();
410410

411-
static::assertSame(1, $responseContent);
411+
static::assertSame(2, $responseContent);
412412
}
413413
}

0 commit comments

Comments
 (0)