Skip to content

Commit 8d636dc

Browse files
committed
ISSUE-345: test fix
1 parent 9780fc8 commit 8d636dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Integration/Controller/ListControllerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)