From 69ad5c35ccb958e09000f6330a1ee4c28b36eb50 Mon Sep 17 00:00:00 2001 From: John 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 --- 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.20.1 (Apple Git-117)