File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -475,10 +475,10 @@ describe('finance charts calc transforms:', function() {
475475
476476 expect ( out [ 0 ] . hoverinfo ) . toEqual ( 'x+text+name' ) ;
477477 expect ( out [ 0 ] . text [ 0 ] )
478- . toEqual ( 'Open : 33.01<br>High : 34.2<br>Low : 31.7<br>Close : 34.1<br>A' ) ;
478+ . toEqual ( 'open : 33.01<br>high : 34.2<br>low : 31.7<br>close : 34.1<br>A' ) ;
479479 expect ( out [ 0 ] . hoverinfo ) . toEqual ( 'x+text+name' ) ;
480480 expect ( out [ 1 ] . text [ 0 ] )
481- . toEqual ( 'Open : 33.31<br>High : 34.37<br>Low : 30.75<br>Close : 31.93<br>B' ) ;
481+ . toEqual ( 'open : 33.31<br>high : 34.37<br>low : 30.75<br>close : 31.93<br>B' ) ;
482482
483483 expect ( out [ 2 ] . hoverinfo ) . toEqual ( 'x+text' ) ;
484484 expect ( out [ 2 ] . text [ 0 ] ) . toEqual ( 'IMPORTANT' ) ;
@@ -488,10 +488,10 @@ describe('finance charts calc transforms:', function() {
488488
489489 expect ( out [ 4 ] . hoverinfo ) . toEqual ( 'text' ) ;
490490 expect ( out [ 4 ] . text [ 0 ] )
491- . toEqual ( 'Open : 33.01<br>High : 34.2<br>Low : 31.7<br>Close : 34.1' ) ;
491+ . toEqual ( 'open : 33.01<br>high : 34.2<br>low : 31.7<br>close : 34.1' ) ;
492492 expect ( out [ 5 ] . hoverinfo ) . toEqual ( 'text' ) ;
493493 expect ( out [ 5 ] . text [ 0 ] )
494- . toEqual ( 'Open : 33.31<br>High : 34.37<br>Low : 30.75<br>Close : 31.93' ) ;
494+ . toEqual ( 'open : 33.31<br>high : 34.37<br>low : 30.75<br>close : 31.93' ) ;
495495
496496 expect ( out [ 6 ] . hoverinfo ) . toEqual ( 'x' ) ;
497497 expect ( out [ 6 ] . text [ 0 ] ) . toEqual ( '' ) ;
You can’t perform that action at this time.
0 commit comments