@@ -, +, @@ --- t/Cache.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/t/Cache.t +++ a/t/Cache.t @@ -17,7 +17,7 @@ use Modern::Perl; -use Test::More tests => 39; +use Test::More tests => 40; use Test::Warn; my $destructorcount = 0; @@ -34,7 +34,7 @@ SKIP: { $ENV{ MEMCACHED_NAMESPACE } = 'unit_tests'; my $cache = Koha::Cache->get_instance(); - skip "Cache not enabled", 35 + skip "Cache not enabled", 36 unless ( $cache->is_cache_active() && defined $cache ); # test fetching an item that isnt in the cache --