diff options
Diffstat (limited to 't/00-load.t')
-rw-r--r-- | t/00-load.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/00-load.t b/t/00-load.t index 966e934..1213d50 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -4,7 +4,7 @@ use 5.014; use Test::More tests => 1; BEGIN { - use_ok( 'WWW::YoutubeViewer' ) || print "Bail out!\n"; + use_ok( 'WWW::FairViewer' ) || print "Bail out!\n"; } -diag( "Testing WWW::YoutubeViewer $WWW::YoutubeViewer::VERSION, Perl $], $^X" ); +diag( "Testing WWW::FairViewer $WWW::FairViewer::VERSION, Perl $], $^X" ); |