File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
tests/Integration/Controller Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -254,6 +254,7 @@ public function testGetListMembersWithCurrentSessionKeyForExistingListWithSubscr
254254 'description ' => '' ,
255255 'creation_date ' => '2016-06-22T15:01:17+00:00 ' ,
256256 'public ' => true ,
257+ 'subscription_date ' => '2016-07-22T15:01:17+00:00 ' ,
257258 ],
258259 ],
259260 ], [
@@ -273,13 +274,15 @@ public function testGetListMembersWithCurrentSessionKeyForExistingListWithSubscr
273274 'description ' => '' ,
274275 'creation_date ' => '2016-06-22T15:01:17+00:00 ' ,
275276 'public ' => true ,
277+ 'subscription_date ' => '2016-08-22T15:01:17+00:00 ' ,
276278 ],
277279 [
278280 'id ' => 1 ,
279281 'name ' => 'News ' ,
280282 'description ' => 'News (and some fun stuff) ' ,
281283 'creation_date ' => '2016-06-22T15:01:17+00:00 ' ,
282284 'public ' => true ,
285+ 'subscription_date ' => '2016-09-22T15:01:17+00:00 ' ,
283286 ],
284287 ],
285288 ],
You can’t perform that action at this time.
0 commit comments