Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Oct 9, 2015
1 parent 76f1530 commit b8bdc75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/model/changes.t
Expand Up @@ -6,9 +6,9 @@ use aliased 'CPAN::Changes::Release';

use aliased 'MetaCPAN::Web::Model::API::Changes';

my $rt = 'https://rt.cpan.org/Ticket/Display.html?id=';
my $rt = 'https://rt.cpan.org/Ticket/Display.html?id=';
my $rt_perl = 'https://rt.perl.org/Ticket/Display.html?id=';
my $gh = 'https://github.com/CPAN-API/metacpan-web/issues/';
my $gh = 'https://github.com/CPAN-API/metacpan-web/issues/';

subtest 'RT ticket linking' => sub {
my %rt_tests = (
Expand Down

0 comments on commit b8bdc75

Please sign in to comment.