From c5d389c484184d7ee55a71b08135c7bd68df1690 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 22 Feb 2022 16:28:19 +0000 Subject: [PATCH] Bug 30153: (QA follow-up) Fix unit tests --- t/db_dependent/Search.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Search.t b/t/db_dependent/Search.t index 6a1abe54a3..d320ebf503 100755 --- a/t/db_dependent/Search.t +++ b/t/db_dependent/Search.t @@ -946,7 +946,7 @@ subtest 'FindDuplicate' => sub { t::lib::Mocks::mock_preference('searchEngine', $engine ); warning_is { C4::Search::FindDuplicate($record_1);} - q/ti,ext:"The night circus \/" and au,ext:"Morgenstern, Erin"/,"Term correctly formed and passed to $engine"; + q/ti,ext:"The night circus \/" AND au,ext:"Morgenstern, Erin"/,"Term correctly formed and passed to $engine"; warning_is { C4::Search::FindDuplicate($record_2);} q/ti,ext:"The book of nothing \/"/,"Term correctly formed and passed to $engine"; -- 2.20.1