Removing done_testing, not needed with tests => x

This commit is contained in:
Sergiotarxz 2023-07-12 01:16:53 +02:00
parent c9fe8563ed
commit 273d0b4afe
1 changed files with 0 additions and 2 deletions

View File

@ -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)