Doh! Forgot to fix the test count in bop.t
authorlawrence <lawrence>
Thu, 31 Aug 2006 15:08:16 +0000 (15:08 +0000)
committerlawrence <lawrence>
Thu, 31 Aug 2006 15:08:16 +0000 (15:08 +0000)
t/bop.t

diff --git a/t/bop.t b/t/bop.t
index 7b8f34e..db12334 100644 (file)
--- a/t/bop.t
+++ b/t/bop.t
@@ -1,9 +1,9 @@
 #!/usr/bin/perl
-# $Id: bop.t,v 1.4 2006-08-31 15:06:32 lawrence Exp $
+# $Id: bop.t,v 1.5 2006-08-31 15:08:16 lawrence Exp $
 
 use strict;
 use warnings;
-use Test::More tests => 49;
+use Test::More tests => 50;
 
 BEGIN { use_ok("Business::OnlinePayment") or exit; }