summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xt/binary.t2
-rwxr-xr-xt/stats.t2
2 files changed, 2 insertions, 2 deletions
diff --git a/t/binary.t b/t/binary.t
index bc9a24f..2781af6 100755
--- a/t/binary.t
+++ b/t/binary.t
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use Test::More tests => 3552;
+use Test::More tests => 3564;
use FindBin qw($Bin);
use lib "$Bin/lib";
use MemcachedTest;
diff --git a/t/stats.t b/t/stats.t
index 97a5b7c..40cb5ed 100755
--- a/t/stats.t
+++ b/t/stats.t
@@ -58,7 +58,7 @@ my $sock = $server->sock;
my $stats = mem_stats($sock);
# Test number of keys
-is(scalar(keys(%$stats)), 48, "48 stats values");
+is(scalar(keys(%$stats)), 49, "49 stats values");
# Test initial state
foreach my $key (qw(curr_items total_items bytes cmd_get cmd_set get_hits evictions get_misses