From 36caec01ec6592e3befefd2bdb4ba1ba4b0a70fd Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Mon, 3 Aug 2009 09:09:56 +0200 Subject: [PATCH] Fix bad module name in tests. --- t/00-load.t | 4 ++-- t/boilerplate.t | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/t/00-load.t b/t/00-load.t index 5d7ad6a..b99f15f 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -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" ); diff --git a/t/boilerplate.t b/t/boilerplate.t index dbc480b..4058a55 100644 --- a/t/boilerplate.t +++ b/t/boilerplate.t @@ -48,7 +48,7 @@ TODO: { "placeholder date/time" => qr(Date/time) ); - module_boilerplate_ok('lib/RT/Extension/WatchedQueues.pm'); + module_boilerplate_ok('lib/RT/Extension/MandatoryRequestor.pm'); } -- 2.11.0