diff options
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'; |