Skip to content

Commit

Permalink
Fix module name typo in test query
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Aug 3, 2013
1 parent 70ebbaa commit dcab49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/release/pm-PL.t
Expand Up @@ -7,7 +7,7 @@ use MetaCPAN::Server::Test;
my $model = model();
my $idx = $model->index( 'cpan' );

ok( my $pm = $idx->type( 'file' )->find( 'uncommon:sense' ),
ok( my $pm = $idx->type( 'file' )->find( 'uncommon::sense' ),
'find sense.pm.PL module' );

is( $pm->name, 'sense.pm.PL', 'name is correct' );
Expand Down

0 comments on commit dcab49e

Please sign in to comment.