File tree 1 file changed +4
-4
lines changed
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() {
475
475
476
476
expect ( out [ 0 ] . hoverinfo ) . toEqual ( 'x+text+name' ) ;
477
477
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' ) ;
479
479
expect ( out [ 0 ] . hoverinfo ) . toEqual ( 'x+text+name' ) ;
480
480
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' ) ;
482
482
483
483
expect ( out [ 2 ] . hoverinfo ) . toEqual ( 'x+text' ) ;
484
484
expect ( out [ 2 ] . text [ 0 ] ) . toEqual ( 'IMPORTANT' ) ;
@@ -488,10 +488,10 @@ describe('finance charts calc transforms:', function() {
488
488
489
489
expect ( out [ 4 ] . hoverinfo ) . toEqual ( 'text' ) ;
490
490
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' ) ;
492
492
expect ( out [ 5 ] . hoverinfo ) . toEqual ( 'text' ) ;
493
493
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' ) ;
495
495
496
496
expect ( out [ 6 ] . hoverinfo ) . toEqual ( 'x' ) ;
497
497
expect ( out [ 6 ] . text [ 0 ] ) . toEqual ( '' ) ;
You can’t perform that action at this time.
0 commit comments