Bug 24857: API spec
[koha-ffzg.git] / t / SocialData.t
old mode 100644 (file)
new mode 100755 (executable)
index cf1d5ff..97d6575
@@ -31,7 +31,7 @@ BEGIN {
 }
 
 BEGIN {
-    use_ok('C4::SocialData');
+    use_ok('C4::SocialData', qw( get_data get_report ));
 }
 
 use Test::DBIx::Class;
@@ -72,4 +72,3 @@ is( $report->{'without'}->[0]->{'original'},
 is( $report->{'without'}->[0]->{'isbn'}, '9780596526740',
     'testing get_report' );
 
-1;