Bug 17600: Standardize our EXPORT_OK
[srvgit] / t / db_dependent / Contract.t
index 1a6bafd..7ce9d34 100755 (executable)
@@ -29,7 +29,7 @@ use DateTime::Duration;
 use Test::More tests => 43;
 
 BEGIN {
-    use_ok('C4::Contract');
+    use_ok('C4::Contract', qw( GetContracts GetContract AddContract ModContract DelContract ));
 }
 
 my $schema = Koha::Database->new->schema;