diff --git a/t/00-map-check.t b/t/00-map-check.t index e36936e..525d637 100644 --- a/t/00-map-check.t +++ b/t/00-map-check.t @@ -20,8 +20,6 @@ use Test::Most tests => 11, qw/bail/; } } -done_testing; - sub test_planet($planet) { my $super_areas_hash = $planet->super_areas; is ref($super_areas_hash), 'HASH', (blessed $planet)