update Shop/Address.t test for new Address book fields
This commit is contained in:
parent
4d8ce65d0e
commit
de983627cd
1 changed files with 2 additions and 1 deletions
|
|
@ -130,7 +130,8 @@ cmp_deeply(
|
||||||
$address->get,
|
$address->get,
|
||||||
{
|
{
|
||||||
label => undef,
|
label => undef,
|
||||||
name => undef,
|
firstName => undef,
|
||||||
|
lastName => undef,
|
||||||
address1 => undef,
|
address1 => undef,
|
||||||
address2 => undef,
|
address2 => undef,
|
||||||
address3 => undef,
|
address3 => undef,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue