File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ describe.each([
416416 } )
417417 } )
418418
419- test . skip ( `${ permission } key: ${ method } search with multiple filter` , async ( ) => {
419+ test ( `${ permission } key: ${ method } search with multiple filter` , async ( ) => {
420420 await client
421421 . index ( index . uid )
422422 . search (
@@ -431,7 +431,7 @@ describe.each([
431431 expect ( response ) . toHaveProperty ( 'facetsDistribution' , {
432432 genre : { romance : 2 } ,
433433 } )
434- expect ( response ) . toHaveProperty ( 'exhaustiveFacetsCount' , true )
434+ expect ( response ) . toHaveProperty ( 'exhaustiveFacetsCount' , false )
435435 expect ( response ) . toHaveProperty ( 'exhaustiveNbHits' , false )
436436 expect ( response ) . toHaveProperty ( 'hits' , expect . any ( Array ) )
437437 expect ( response . hits . length ) . toEqual ( 2 )
You can’t perform that action at this time.
0 commit comments