diff --git a/t/Shop/Address.t b/t/Shop/Address.t index 08ff13fd3..192c0d141 100644 --- a/t/Shop/Address.t +++ b/t/Shop/Address.t @@ -130,7 +130,8 @@ cmp_deeply( $address->get, { label => undef, - name => undef, + firstName => undef, + lastName => undef, address1 => undef, address2 => undef, address3 => undef,