From 22c99262ec5512cf7d2658e6f98f8bf64df57d12 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 8 Jul 2019 12:16:25 +0100 Subject: [PATCH] Bug 23230: (RM follow-up) Add rollback to plugin test Signed-off-by: Martin Renvoize --- t/db_dependent/Plugins.t | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/t/db_dependent/Plugins.t b/t/db_dependent/Plugins.t index a667434..d5f78f9 100755 --- a/t/db_dependent/Plugins.t +++ b/t/db_dependent/Plugins.t @@ -342,3 +342,4 @@ subtest 'new() tests' => sub { }; $schema->storage->txn_rollback; +Koha::Plugins::Methods->delete; -- 1.7.2.5