diff --git a/t/Shop/PayDriver.t b/t/Shop/PayDriver.t index 1510299cb..a8c4e4e32 100644 --- a/t/Shop/PayDriver.t +++ b/t/Shop/PayDriver.t @@ -471,7 +471,7 @@ my $count = $session->db->quickScalar('select count(*) from paymentGateway where $driver->paymentGatewayId ]); -is ($count, 0, 'delete deleted the object'); +is ($count, 0, 'delete deleted the object'); undef $driver; @@ -481,5 +481,4 @@ undef $driver; #---------------------------------------------------------------------------- # Cleanup END { - $session->db->write('delete from paymentGateway'); }