Skip to content

Commit

Permalink
Merge pull request #13 from Worteks/fix-unit-test
Browse files Browse the repository at this point in the history
Fix unit test count
  • Loading branch information
guimard authored Sep 2, 2021
2 parents 8c6ee3e + 0570bb6 commit 40e3cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/Apache-Session-MongoDB.t
Original file line number Diff line number Diff line change
Expand Up @@ -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} };
Expand Down

0 comments on commit 40e3cc8

Please sign in to comment.