From 1a8f73fea419969f3714fd5ddb7767bd298adde9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Carn=C3=AB=20Draug?= Date: Tue, 5 Feb 2019 14:55:18 +0000 Subject: [PATCH] t/SeqFeature/Generic.t: fix typo on required module for testing --- t/SeqFeature/Generic.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/SeqFeature/Generic.t b/t/SeqFeature/Generic.t index 733e72fec..805a0bb43 100644 --- a/t/SeqFeature/Generic.t +++ b/t/SeqFeature/Generic.t @@ -182,7 +182,7 @@ my $db; SKIP: { test_skip(-tests => 5, - -requires_modules => [qw(Bio::DB::Genbank)], + -requires_modules => [qw(Bio::DB::GenBank)], -requires_networking => 1); use_ok 'Bio::DB::GenBank'; -- 2.11.4.GIT