Bug 15548: Move new patron related code to Patron*
[koha.git] / t / db_dependent / Creators / Lib.t
index fe6b4c9..6408c23 100644 (file)
@@ -29,7 +29,7 @@ BEGIN {
     use_ok('C4::Creators::Lib');
     use_ok('C4::Biblio');
     use_ok('C4::Context');
-    use_ok('Koha::Borrower');
+    use_ok('Koha::Patron');
     use_ok('MARC::Record');
 }