Bug 25375: Fix QueryBuilder.t tests
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit a4f09abd5c
)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
parent
18b81b2de3
commit
3a2ac10bcf
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ subtest 'build_query tests' => sub {
|
|||
( undef, $query ) = $qb->build_query_compat( undef, ['"donald duck"'], undef, ['available'] );
|
||||
is(
|
||||
$query->{query}{query_string}{query},
|
||||
'("donald duck") AND onloan:false',
|
||||
'("donald duck") AND available:true',
|
||||
"query with quotes is unaltered when QueryAutoTruncate is enabled"
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue