Bug 15504: Fix tests count

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tomás Cohen Arazi 2023-10-24 09:58:57 -03:00
parent 57cc290bb8
commit e1a4284258
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -4,7 +4,7 @@
# This needs to be extended! Your help is appreciated..
use Modern::Perl;
use Test::More tests => 12;
use Test::More tests => 10;
use t::lib::Mocks;
use t::lib::TestBuilder;