Bug 8727 Minor stylistic change to help text
[koha.git] / t / Cache_Memcached.t
index 80dfc7f..a9366cc 100755 (executable)
@@ -9,6 +9,6 @@ use warnings;
 use Test::More tests => 1;
 
 BEGIN {
-        use_ok('C4::Cache::Memcached');
+        use_ok('Koha::Cache::Memcached');
 }