Skip to content

Commit 7bc6eaa

Browse files
committed
Fix Failing Tests
1 parent cfd050c commit 7bc6eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ConvertKitAPITest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,7 @@ public function testGetSequenceSubscriptionsPagination()
14081408

14091409
// Assert has_previous_page and has_next_page are correct.
14101410
$this->assertTrue($result->pagination->has_previous_page);
1411-
$this->assertFalse($result->pagination->has_next_page);
1411+
$this->assertTrue($result->pagination->has_next_page);
14121412

14131413
// Use pagination to fetch previous page.
14141414
$result = $this->api->get_sequence_subscriptions(

0 commit comments

Comments
 (0)