From d29a4c68aa414599ec9ae5987e04ca8b7d92185c Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 29 Apr 2010 22:27:22 -0700 Subject: [PATCH] Update test for code changes in Shop 1.5 --- t/Shop/Ship.t | 2 ++ 1 file changed, 2 insertions(+) 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'