diff --git a/t/Shop/Cart.t b/t/Shop/Cart.t index 6fea1d5ac..70e0b1db8 100644 --- a/t/Shop/Cart.t +++ b/t/Shop/Cart.t @@ -161,5 +161,8 @@ $product->purge; #---------------------------------------------------------------------------- # Cleanup END { + if ($shipper) { + $shipper->delete; + } $session2->close; }