From c0906e46049349457444e446ba5f1b258e108e2c Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Tue, 26 Feb 2019 12:50:49 +0000 Subject: [PATCH] Bug 18206: Fix missing use in api/v1.t test Test plan: prove t/d_dependent/api/v1.t Signed-off-by: Josef Moravec --- t/db_dependent/api/v1.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/db_dependent/api/v1.t b/t/db_dependent/api/v1.t index b68451be30..e9b12c63db 100644 --- a/t/db_dependent/api/v1.t +++ b/t/db_dependent/api/v1.t @@ -23,6 +23,7 @@ use Test::Warn; use t::lib::Mocks; use Koha::Exceptions; +use DBIx::Class::Exception; use Log::Log4perl; use Mojolicious::Lite; -- 2.11.0