Skip to content

Commit 1eb5579

Browse files
committedMar 18, 2012
Update test for change in USPS International service options.
1 parent 275fcd0 commit 1eb5579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎t/Shop/ShipDriver/USPSInternational.t

+2-2
Original file line numberDiff line numberDiff line change
@@ -341,13 +341,13 @@ SKIP: {
341341
SvcCommitments => ignore(),
342342
SvcDescription => ignore(),
343343
},
344-
(ignore())x20,
344+
(ignore())x21,
345345
],
346346
},
347347
],
348348
},
349349
'... returned data from USPS in correct format. If this test fails, the driver may need to be updated'
350-
);
350+
) or diag Dumper $xmlData;
351351
}
352352

353353
my $cost = $driver->_calculateFromXML(

0 commit comments

Comments
 (0)