diff --git a/t/00-map-check.t b/t/00-map-check.t index 80bcb83..e36936e 100644 --- a/t/00-map-check.t +++ b/t/00-map-check.t @@ -8,7 +8,7 @@ use feature 'signatures'; use Scalar::Util qw/blessed/; -use Test::Most qw/no_plan bail/; +use Test::Most tests => 11, qw/bail/; { require LasTres::Planets; @@ -20,6 +20,8 @@ use Test::Most qw/no_plan bail/; } } +done_testing; + sub test_planet($planet) { my $super_areas_hash = $planet->super_areas; is ref($super_areas_hash), 'HASH', (blessed $planet)