summaryrefslogtreecommitdiff
path: root/t/43-dbtest.t
diff options
context:
space:
mode:
Diffstat (limited to 't/43-dbtest.t')
-rw-r--r--t/43-dbtest.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/43-dbtest.t b/t/43-dbtest.t
index bb286d26..fc9998d7 100644
--- a/t/43-dbtest.t
+++ b/t/43-dbtest.t
@@ -5,7 +5,7 @@ if (!defined $ENV{LSMB_TEST_DB}){
plan skip_all => 'Skipping all. Told not to test db.';
}
else {
- plan tests => 51;
+ plan tests => 52;
if (defined $ENV{LSMB_NEW_DB}){
$ENV{PGDATABASE} = $ENV{LSMB_NEW_DB};
}