update tests with new test accounts
[Business-OnlinePayment-AuthorizeNet.git] / t / check.t
index 140dace..9597a2a 100644 (file)
--- 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';