Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix test: controller/feed
  • Loading branch information
mickeyn committed Jun 14, 2016
1 parent 88f851f commit 99e3a98
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions t/controller/feed.t
Expand Up @@ -91,11 +91,7 @@ subtest 'get correct author favorite data format' => sub {
'PERLHACKER ++ed Git-Sub from DOLMEN',
'get correct release abstract'
);
is(
$entry->[0]->{link},
'https://metacpan.org/release/Git-Sub',
'get correct release link'
);
is( $entry->[0]->{link}, 'release/Git-Sub', 'get correct release link' );
is(
$entry->[0]->{name},
'PERLHACKER ++ed Git-Sub',
Expand Down Expand Up @@ -124,7 +120,7 @@ subtest 'get correct author release data format' => sub {
);
is(
$entry->[0]->{link},
'https://metacpan.org/release/OALDERS/Net-FreshBooks-API-0.24',
'release/OALDERS/Net-FreshBooks-API-0.24',
'get correct release link'
);
is(
Expand Down

0 comments on commit 99e3a98

Please sign in to comment.