update AddressBook test for new object property
This commit is contained in:
parent
d869590911
commit
e05dbf28c8
1 changed files with 4 additions and 3 deletions
|
|
@ -172,9 +172,10 @@ $book->update({ lastShipId => $address1->getId, lastPayId => $address2->getId});
|
||||||
cmp_deeply(
|
cmp_deeply(
|
||||||
$book->get(),
|
$book->get(),
|
||||||
{
|
{
|
||||||
userId => ignore,
|
userId => ignore(),
|
||||||
sessionId => ignore,
|
sessionId => ignore(),
|
||||||
addressBookId => ignore,
|
addressBookId => ignore(),
|
||||||
|
defaultAddressId => ignore(),
|
||||||
},
|
},
|
||||||
'update updates the object properties cache'
|
'update updates the object properties cache'
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue