summaryrefslogtreecommitdiff
path: root/t/check.t
diff options
context:
space:
mode:
Diffstat (limited to 't/check.t')
-rw-r--r--t/check.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/check.t b/t/check.t
index 140dace..9597a2a 100644
--- a/t/check.t
+++ b/t/check.t
@@ -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';