Fix bad module name in tests.
[manu/RT-Extension-MandatoryRequestor.git] / t / 00-load.t
index 5d7ad6a..b99f15f 100644 (file)
@@ -3,7 +3,7 @@
 use Test::More tests => 1;
 
 BEGIN {
-       use_ok( 'RT::Extension::WatchedQueues' );
+       use_ok( 'RT::Extension::MandatoryRequestor' );
 }
 
-diag( "Testing RT::Extension::WatchedQueues $RT::Extension::WatchedQueues::VERSION, Perl $], $^X" );
+diag( "Testing RT::Extension::MandatoryRequestor $RT::Extension::MandatoryRequestor::VERSION, Perl $], $^X" );