Skip to content

Commit

Permalink
t/Root/RootIO.t: use bioperl.org instead of google.com to test readin…
Browse files Browse the repository at this point in the history
…g from URL (#385)
  • Loading branch information
carandraug committed Jan 20, 2024
1 parent febf38e commit 6af7f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/Root/RootIO.t
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BEGIN {
use_ok 'Bio::Root::IO';
}

my $TESTURL = 'http://www.google.com/index.html';
my $TESTURL = 'https://bioperl.org';

my $rio;

Expand Down

0 comments on commit 6af7f15

Please sign in to comment.