diff --git a/t/Shop/Ship.t b/t/Shop/Ship.t index 0efead294..4ed1ca206 100644 --- a/t/Shop/Ship.t +++ b/t/Shop/Ship.t @@ -205,10 +205,12 @@ cmp_deeply( $defaultDriver->getId => { label => $defaultDriver->get('label'), price => ignore(), + hasPrice => 0, }, $driver->getId => { label => $driver->get('label'), price => ignore(), + hasPrice => 0, }, }, 'getOptions returns the two enabled shipping drivers'