Bug 30275: (follow-up) Fix tests count

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tomás Cohen Arazi 2022-07-05 09:53:29 -03:00
parent b4a9d0323e
commit fa6fd10f96
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -18,7 +18,7 @@
use Modern::Perl;
use utf8;
use Test::More tests => 61;
use Test::More tests => 62;
use Test::Exception;
use Test::MockModule;
use Test::Deep qw( cmp_deeply );