From a765d5f88e125e0f43e2e5cfe766bc22f0fd0d08 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 24 May 2013 13:32:24 +0200 Subject: [PATCH] Bug 10298: Followup: Adapt existing code This unit tests file does not need the t::lib::Mocks::Context module. To test: prove t/db_dependent/Circulation_issuingrules.t Signed-off-by: Julian Maurice Signed-off-by: Kyle M Hall Passes koha-qa.pl, test checks out. Signed-off-by: Galen Charlton --- t/db_dependent/Circulation_issuingrules.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/db_dependent/Circulation_issuingrules.t b/t/db_dependent/Circulation_issuingrules.t index 4303af751b..1b9f3fd6c0 100644 --- a/t/db_dependent/Circulation_issuingrules.t +++ b/t/db_dependent/Circulation_issuingrules.t @@ -2,7 +2,6 @@ use Modern::Perl; -use t::lib::Mocks::Context; use Test::More tests => 7; use Test::MockModule; use DBI; -- 2.39.5