Skip to content

Commit

Permalink
tidy feed test
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Sep 14, 2014
1 parent ded4c40 commit d264e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/controller/feed.t
Expand Up @@ -54,7 +54,7 @@ sub valid_xml {
return $tx;
}

my $feed = MetaCPAN::Web::Controller::Feed->new(MetaCPAN::Web->new);
my $feed = MetaCPAN::Web::Controller::Feed->new( MetaCPAN::Web->new );

subtest 'get correct author favorite data format' => sub {
my $favorite_data = [
Expand Down

0 comments on commit d264e3b

Please sign in to comment.