diff --git a/t/Macro/ViewCart.t b/t/Macro/ViewCart.t
index f4e6b36a4..82c8aaab4 100644
--- a/t/Macro/ViewCart.t
+++ b/t/Macro/ViewCart.t
@@ -27,12 +27,12 @@ my @testSets = (
{
comment => 'default',
label => q!!,
- output => '
View Cart',
+ output => 'View Cart',
},
{
comment => 'custom text',
label => q!A Rock Hammer!,
- output => '
A Rock Hammer',
+ output => 'A Rock Hammer',
},
);