Skip to content

Commit

Permalink
t/Root/RootIO.t: mark LWP::Protocol::https as prerequesite for test (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
carandraug committed Jan 21, 2024
1 parent 6af7f15 commit e8a24d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/Root/RootIO.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ use warnings;
BEGIN {
use Bio::Root::Test;
test_begin(-tests => 3,
-requires_networking => 1);
-requires_modules => ["LWP::Protocol::https"],
-requires_networking => 1);
use_ok 'Bio::Root::IO';
}

Expand Down

0 comments on commit e8a24d2

Please sign in to comment.