@@ -488,10 +488,10 @@ describe('currentRefinedValues()', () => {
488488        { type : 'disjunctive' ,  attributeName : 'disjunctiveFacet' ,  name : 'disjunctiveFacet-val1' ,  count : 3 ,  exhaustive : true } , 
489489        { type : 'disjunctive' ,  attributeName : 'disjunctiveFacet' ,  name : 'disjunctiveFacet-val2' ,  count : 4 ,  exhaustive : true } , 
490490        { 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 : '<=' } , 
495495        { type : 'tag' ,  attributeName : '_tags' ,  name : 'tag1' } , 
496496        { type : 'tag' ,  attributeName : '_tags' ,  name : 'tag2' } 
497497      ] ; 
0 commit comments