diff --git a/t/24-identify-feed.t b/t/24-identify-feed.t index 98f7be9..04fcaf6 100644 --- a/t/24-identify-feed.t +++ b/t/24-identify-feed.t @@ -1,5 +1,5 @@ use strict; -use Test::More tests => 3; +use Test::More; use XML::Feed; use URI; @@ -8,6 +8,7 @@ my %Feeds = ( 't/samples/rss10.xml' => 'RSS', 't/samples/rss20.xml' => 'RSS', ); +plan tests => scalar keys %Feeds; for my $file (keys %Feeds) { my $feed = XML::Feed->parse($file);