Committed by Greg Sabino Mullane <[email protected]>

Subject: [DBD::Pg 1/2] Adjust test count

---
 t/01constants.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/01constants.t b/t/01constants.t
index 0d6bfae..29753b5 100644
--- a/t/01constants.t
+++ b/t/01constants.t
@@ -4,7 +4,7 @@ use 5.006;
 use strict;
 ## We cannot 'use warnings' here as PG_TSQUERY and others trip it up
 ## no critic (RequireUseWarnings)
-use Test::More tests => 136;
+use Test::More tests => 151;
 select(($|=1,select(STDERR),$|=1)[1]);
 
 use DBD::Pg qw(:pg_types :async);
-- 
1.7.1

Reply via email to