Removing done_testing, not needed with tests => x
This commit is contained in:
parent
c9fe8563ed
commit
273d0b4afe
@ -20,8 +20,6 @@ use Test::Most tests => 11, qw/bail/;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
done_testing;
|
|
||||||
|
|
||||||
sub test_planet($planet) {
|
sub test_planet($planet) {
|
||||||
my $super_areas_hash = $planet->super_areas;
|
my $super_areas_hash = $planet->super_areas;
|
||||||
is ref($super_areas_hash), 'HASH', (blessed $planet)
|
is ref($super_areas_hash), 'HASH', (blessed $planet)
|
||||||
|
Loading…
Reference in New Issue
Block a user