diff --git a/t/Shop/Address.t b/t/Shop/Address.t index 192c0d141..2266b78cf 100644 --- a/t/Shop/Address.t +++ b/t/Shop/Address.t @@ -129,17 +129,19 @@ is($address->getId, $address->get('addressId'), 'getId is an alias for get addre cmp_deeply( $address->get, { - label => undef, - firstName => undef, - lastName => undef, - address1 => undef, - address2 => undef, - address3 => undef, - city => undef, - state => undef, - country => undef, - code => undef, - phoneNumber => undef, + label => undef, + firstName => undef, + lastName => undef, + address1 => undef, + address2 => undef, + address3 => undef, + city => undef, + state => undef, + country => undef, + code => undef, + phoneNumber => undef, + email => undef, + organization => undef, addressId => ignore(), #checked elsewhere addressBookId => $book->getId, },