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 ea8699c commit 4aff3b7Copy full SHA for 4aff3b7
tests/ConvertKitAPITest.php
@@ -111,7 +111,7 @@ public function testGetSequenceSubscriptions()
111
// Assert sort order is ascending.
112
$this->assertGreaterThanOrEqual(
113
$result['subscriptions'][0]->created_at,
114
- $result['subscriptions'][1]->created_a
+ $result['subscriptions'][1]->created_at
115
);
116
}
117
@@ -139,7 +139,7 @@ public function testGetSequenceSubscriptionsWithDescSortOrder()
139
// Assert sort order.
140
$this->assertLessThanOrEqual(
141
142
143
144
145
0 commit comments