Skip to content

Commit

Permalink
Update test for change in USPS International service options.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Mar 18, 2012
1 parent 275fcd0 commit 1eb5579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/Shop/ShipDriver/USPSInternational.t
Expand Up @@ -341,13 +341,13 @@ SKIP: {
SvcCommitments => ignore(),
SvcDescription => ignore(),
},
(ignore())x20,
(ignore())x21,
],
},
],
},
'... returned data from USPS in correct format. If this test fails, the driver may need to be updated'
);
) or diag Dumper $xmlData;
}

my $cost = $driver->_calculateFromXML(
Expand Down

0 comments on commit 1eb5579

Please sign in to comment.