@@ -, +, @@ --- t/Cache.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/t/Cache.t +++ a/t/Cache.t @@ -34,7 +34,7 @@ SKIP: { $ENV{ MEMCACHED_NAMESPACE } = 'unit_tests'; my $cache = Koha::Cache->get_instance(); - skip "Cache not enabled", 33 + skip "Cache not enabled", 36 unless ( $cache->is_cache_active() && defined $cache ); # test fetching an item that isnt in the cache --