From 0570bb675a384461621e5d753f466b6f6ee72f44 Mon Sep 17 00:00:00 2001 From: Maxime Besson Date: Thu, 2 Sep 2021 11:10:27 +0200 Subject: [PATCH] Fix unit test count --- t/Apache-Session-MongoDB.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Apache-Session-MongoDB.t b/t/Apache-Session-MongoDB.t index 1587557..4259297 100644 --- a/t/Apache-Session-MongoDB.t +++ b/t/Apache-Session-MongoDB.t @@ -20,7 +20,7 @@ BEGIN { use_ok('Apache::Session::MongoDB') } SKIP: { unless ( defined $ENV{MONGODB_SERVER} ) { - skip 'MONGODB_SERVER is not set', 10; + skip 'MONGODB_SERVER is not set', 23; } my %h; my $args = { host => $ENV{MONGODB_SERVER} };