diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/40live.t | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ $txn->content( $txn->submit; -is($txn->result_code, '2000', 'is result_code 2000?'); +is($txn->result_code, '2000', 'Result code is ok'); is($txn->cardholder, "Fr\x{e9}d\x{e9}ric Bri\x{e8}re", - 'is cardholder encoded properly?'); + 'Cardholder name is encoded properly'); |