Committed by Greg Sabino Mullane <[email protected]>
Adjust test count
---
t/03dbmethod.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/03dbmethod.t b/t/03dbmethod.t
index 3f29ca6..b6eea19 100644
--- a/t/03dbmethod.t
+++ b/t/03dbmethod.t
@@ -26,7 +26,7 @@ my $dbh = connect_database();
if (! $dbh) {
plan skip_all => 'Connection to database failed, cannot continue
testing';
}
-plan tests => 549;
+plan tests => 559;
isnt ($dbh, undef, 'Connect to database for database handle method testing');
--
1.8.4