Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 032d1f1

Browse files
committed
Fix tests again..
1 parent de021a9 commit 032d1f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

t/binary.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use strict;
44
use warnings;
5-
use Test::More tests => 3552;
5+
use Test::More tests => 3564;
66
use FindBin qw($Bin);
77
use lib "$Bin/lib";
88
use MemcachedTest;

t/stats.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ my $sock = $server->sock;
5858
my $stats = mem_stats($sock);
5959

6060
# Test number of keys
61-
is(scalar(keys(%$stats)), 48, "48 stats values");
61+
is(scalar(keys(%$stats)), 49, "49 stats values");
6262

6363
# Test initial state
6464
foreach my $key (qw(curr_items total_items bytes cmd_get cmd_set get_hits evictions get_misses

0 commit comments

Comments
 (0)