Skip to content

Commit

Permalink
Update module name for tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed May 11, 2017
1 parent 69bf4ee commit dc465ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/lib/MetaCPAN/TestServer.pm
Expand Up @@ -8,7 +8,7 @@ use MetaCPAN::Script::CPANTesters ();
use MetaCPAN::Script::First ();
use MetaCPAN::Script::Latest ();
use MetaCPAN::Script::Mapping ();
use MetaCPAN::Script::Packages ();
use MetaCPAN::Script::Package ();
use MetaCPAN::Script::Permission ();
use MetaCPAN::Script::Release ();
use MetaCPAN::Server ();
Expand Down Expand Up @@ -234,7 +234,7 @@ sub index_packages {
my $self = shift;

ok(
MetaCPAN::Script::Packages->new_with_options(
MetaCPAN::Script::Package->new_with_options(
%{ $self->_config },

# Eventually maybe move this to use the DarkPAN 06perms
Expand Down

0 comments on commit dc465ab

Please sign in to comment.