Bug 17600: Standardize our EXPORT_OK
[srvgit] / t / SMS.t
diff --git a/t/SMS.t b/t/SMS.t
index 21dc75b..bf8de65 100755 (executable)
--- a/t/SMS.t
+++ b/t/SMS.t
@@ -22,7 +22,7 @@ use t::lib::Mocks;
 use Test::More tests => 7;
 
 BEGIN {
-    use_ok('C4::SMS');
+    use_ok('C4::SMS', qw( driver send_sms ));
 }