From 31659b00a4390818327be055c4230f663514ba56 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 18 Jul 2008 17:51:17 +0000 Subject: [PATCH] Clean up the Storage object created during this test. --- t/Shop/Tax.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Shop/Tax.t b/t/Shop/Tax.t index 72a7298cf..0447eda62 100644 --- a/t/Shop/Tax.t +++ b/t/Shop/Tax.t @@ -686,5 +686,5 @@ END { $session->db->write('delete from cart'); $session->db->write('delete from addressBook'); $session->db->write('delete from address'); - #$storage->delete; + $storage->delete; }