fix a failing Shop::Ship test

This commit is contained in:
Colin Kuskie 2008-03-06 17:44:34 +00:00
parent 8a04f5911f
commit 2fc985fe54
2 changed files with 4 additions and 4 deletions

View file

@ -232,7 +232,7 @@ isa_ok($e, 'WebGUI::Error::InvalidParam', 'getOptions takes exception to not giv
cmp_deeply(
$e,
methods(
error => 'Must provide a session variable',
error => 'Need a cart.',
),
'getOptions takes exception to not giving it a session object',
);