@@ -488,10 +488,10 @@ describe('currentRefinedValues()', () => {
488
488
{ type : 'disjunctive' , attributeName : 'disjunctiveFacet' , name : 'disjunctiveFacet-val1' , count : 3 , exhaustive : true } ,
489
489
{ type : 'disjunctive' , attributeName : 'disjunctiveFacet' , name : 'disjunctiveFacet-val2' , count : 4 , exhaustive : true } ,
490
490
{ type : 'hierarchical' , attributeName : 'hierarchicalFacet' , name : 'hierarchicalFacet-val2' , count : 6 , exhaustive : true } ,
491
- { type : 'numeric' , attributeName : 'numericFacet' , name : 1 , operator : '>=' } ,
492
- { type : 'numeric' , attributeName : 'numericFacet' , name : 2 , operator : '<=' } ,
493
- { type : 'numeric' , attributeName : 'numericDisjunctiveFacet' , name : 3 , operator : '>=' } ,
494
- { type : 'numeric' , attributeName : 'numericDisjunctiveFacet' , name : 4 , operator : '<=' } ,
491
+ { type : 'numeric' , attributeName : 'numericFacet' , name : '1' , operator : '>=' } ,
492
+ { type : 'numeric' , attributeName : 'numericFacet' , name : '2' , operator : '<=' } ,
493
+ { type : 'numeric' , attributeName : 'numericDisjunctiveFacet' , name : '3' , operator : '>=' } ,
494
+ { type : 'numeric' , attributeName : 'numericDisjunctiveFacet' , name : '4' , operator : '<=' } ,
495
495
{ type : 'tag' , attributeName : '_tags' , name : 'tag1' } ,
496
496
{ type : 'tag' , attributeName : '_tags' , name : 'tag2' }
497
497
] ;
0 commit comments