followup bug fix 3712
[koha.git] / t / Amazon.t
index 2d085a7..a0ca21b 100755 (executable)
@@ -9,6 +9,6 @@ use warnings;
 use Test::More tests => 1;
 
 BEGIN {
-        use_ok('C4::Amazon');
+        use_ok('C4::External::Amazon');
 }