Skip to content

Commit 9d9cbc4

Browse files
committed
Fix number of tests skipped
1 parent a1a9ce6 commit 9d9cbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/Apache-Session-MongoDB.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ BEGIN { use_ok('Apache::Session::MongoDB') }
2020
SKIP: {
2121

2222
unless ( defined $ENV{MONGODB_SERVER} ) {
23-
skip 'MONGODB_SERVER is not set', 8;
23+
skip 'MONGODB_SERVER is not set', 10;
2424
}
2525
my %h;
2626
my $args = { host => $ENV{MONGODB_SERVER} };

0 commit comments

Comments
 (0)