Bug 17600: Standardize our EXPORT_OK
[srvgit] / t / SIP / Sip.t
index e7e0670..1dc7ed1 100755 (executable)
@@ -21,7 +21,7 @@ use Test::More tests => 9;
 use Test::Warn;
 
 BEGIN {
-        use_ok('C4::SIP::Sip');
+        use_ok('C4::SIP::Sip', qw( timestamp ));
 }
 
 my $date_time = C4::SIP::Sip::timestamp();