summaryrefslogtreecommitdiff
path: root/t/check.t
diff options
context:
space:
mode:
authorivan <ivan>2006-10-21 22:59:56 +0000
committerivan <ivan>2006-10-21 22:59:56 +0000
commit870018b93d8b59d23d1c564bcaf612405e9cd5a7 (patch)
tree9d373500eca79bcc350c099754d70dd178305bc7 /t/check.t
parent39541291959ba143c5a9e8272b45d49aea654f35 (diff)
update tests with new test accounts
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';