We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd050c commit 7bc6eaaCopy full SHA for 7bc6eaa
tests/ConvertKitAPITest.php
@@ -1408,7 +1408,7 @@ public function testGetSequenceSubscriptionsPagination()
1408
1409
// Assert has_previous_page and has_next_page are correct.
1410
$this->assertTrue($result->pagination->has_previous_page);
1411
- $this->assertFalse($result->pagination->has_next_page);
+ $this->assertTrue($result->pagination->has_next_page);
1412
1413
// Use pagination to fetch previous page.
1414
$result = $this->api->get_sequence_subscriptions(
0 commit comments