Skip to content

Commit

Permalink
[BUGFIX] Fix the expected number in an integration test (#119)
Browse files Browse the repository at this point in the history
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
  • Loading branch information
xh3n1 authored and oliverklee committed May 31, 2019
1 parent cb7833a commit 30c05be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/Controller/ListControllerTest.php
Expand Up @@ -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);
}
}

0 comments on commit 30c05be

Please sign in to comment.