From c9fe8563ed04b83daf56abd08874a368b60f5fff Mon Sep 17 00:00:00 2001 From: Sergiotarxz Date: Wed, 12 Jul 2023 01:13:03 +0200 Subject: [PATCH] Adding suggestions by AnthonyD. --- t/00-map-check.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)