From d14fcd963cd0fa74430829258aa83e574fb5b315 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 15 Nov 2009 20:36:30 -0800 Subject: [PATCH] Fix test plan for SKIPS. --- t/Shop/ShipDriver/USPSInternational.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Shop/ShipDriver/USPSInternational.t b/t/Shop/ShipDriver/USPSInternational.t index 2b9d2b2a8..b2d3b07c1 100644 --- a/t/Shop/ShipDriver/USPSInternational.t +++ b/t/Shop/ShipDriver/USPSInternational.t @@ -412,7 +412,7 @@ cmp_deeply( SKIP: { - skip 'No userId for testing', 2 unless $hasRealUserId; + skip 'No userId for testing', 1 unless $hasRealUserId; my $response = $driver->_doXmlRequest($xml); ok($response->is_success, '_doXmlRequest to USPS successful for 2 items in cart');