diff options
author | ivan <ivan> | 2006-10-21 22:59:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-10-21 22:59:56 +0000 |
commit | 870018b93d8b59d23d1c564bcaf612405e9cd5a7 (patch) | |
tree | 9d373500eca79bcc350c099754d70dd178305bc7 /t/check.t | |
parent | 39541291959ba143c5a9e8272b45d49aea654f35 (diff) |
update tests with new test accounts
Diffstat (limited to 't/check.t')
-rw-r--r-- | t/check.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ use Test::More; require "t/lib/test_account.pl"; -my($login, $password) = test_account_or_skip(); +my($login, $password) = test_account_or_skip('ach'); plan tests => 2; use_ok 'Business::OnlinePayment'; |