From 162ea12db99e3ad2face427548a1f4e6f469ef77 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 28 Jun 2019 15:27:27 +0000 Subject: [PATCH] Bug 17003: (QA follow-up) Fix the number of tests Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize --- t/db_dependent/api/v1/checkouts.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/api/v1/checkouts.t b/t/db_dependent/api/v1/checkouts.t index fb0d350082..89e16fdb50 100644 --- a/t/db_dependent/api/v1/checkouts.t +++ b/t/db_dependent/api/v1/checkouts.t @@ -17,7 +17,7 @@ use Modern::Perl; -use Test::More tests => 73; +use Test::More tests => 79; use Test::MockModule; use Test::Mojo; use t::lib::Mocks; -- 2.39.2