From ae00de029007c2580cb2c61d6a4b2b931e7bba6d Mon Sep 17 00:00:00 2001
From: ivan <ivan>
Date: Fri, 28 Mar 2003 23:09:05 +0000
Subject: [PATCH] number tests correctly

---
 t2/bad_auth.t    | 2 +-
 t2/credit_card.t | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/t2/bad_auth.t b/t2/bad_auth.t
index 153f90c..16788a1 100644
--- a/t2/bad_auth.t
+++ b/t2/bad_auth.t
@@ -1,4 +1,4 @@
-BEGIN { $| = 1; print "1..2\n"; }
+BEGIN { $| = 1; print "1..1\n"; }
 
 use Business::OnlinePayment;
 
diff --git a/t2/credit_card.t b/t2/credit_card.t
index 0dcbfc5..87de559 100644
--- a/t2/credit_card.t
+++ b/t2/credit_card.t
@@ -1,4 +1,4 @@
-BEGIN { $| = 1; print "1..2\n"; }
+BEGIN { $| = 1; print "1..1\n"; }
 
 use Business::OnlinePayment;
 
-- 
2.20.1