Skip to content

Commit 30c05be

Browse files
xh3n1oliverklee
authored andcommitted
[BUGFIX] Fix the expected number in an integration test (#119)
Signed-off-by: Xheni Myrtaj <[email protected]>
1 parent cb7833a commit 30c05be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Controller/ListControllerTest.php

+1-1
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)