Skip to content

Commit 4aff3b7

Browse files
committed
Fix typo on tests
1 parent ea8699c commit 4aff3b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ConvertKitAPITest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function testGetSequenceSubscriptions()
111111
// Assert sort order is ascending.
112112
$this->assertGreaterThanOrEqual(
113113
$result['subscriptions'][0]->created_at,
114-
$result['subscriptions'][1]->created_a
114+
$result['subscriptions'][1]->created_at
115115
);
116116
}
117117

@@ -139,7 +139,7 @@ public function testGetSequenceSubscriptionsWithDescSortOrder()
139139
// Assert sort order.
140140
$this->assertLessThanOrEqual(
141141
$result['subscriptions'][0]->created_at,
142-
$result['subscriptions'][1]->created_a
142+
$result['subscriptions'][1]->created_at
143143
);
144144
}
145145

0 commit comments

Comments
 (0)